X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Ftest-graphics-controller.h;h=bf2ba2198255bb7d3f9b542dbbc3dd3116c93e6a;hp=e39c1a5c7910675516c78c4dead51dc3f6d87d00;hb=f1150c8895518f78f8c2b9c4cb1464ffaffdf16e;hpb=b36847fdc20d812852703a99f72d5ddd1f4f79a7 diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-graphics-controller.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-graphics-controller.h index e39c1a5..bf2ba21 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-graphics-controller.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-graphics-controller.h @@ -21,6 +21,7 @@ #include "test-gl-abstraction.h" #include "test-gl-context-helper-abstraction.h" #include "test-gl-sync-abstraction.h" +#include "test-graphics-reflection.h" namespace Dali { @@ -267,6 +268,14 @@ public: const Graphics::TextureProperties& GetTextureProperties(const Graphics::Texture& texture) override; /** + * @brief Returns the reflection of the given pipeline + * + * @param[in] pipeline The pipeline + * @return The reflection of the pipeline + */ + const Graphics::Reflection& GetPipelineReflection(const Graphics::Pipeline& pipeline) override; + + /** * @brief Tests whether two Pipelines are the same. * * On the higher level, this function may help wit creating pipeline cache.