Update common test harness files for shader reflection
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit / dali-toolkit-test-utils / test-graphics-controller.h
index e39c1a5..bf2ba21 100644 (file)
@@ -21,6 +21,7 @@
 #include "test-gl-abstraction.h"
 #include "test-gl-context-helper-abstraction.h"
 #include "test-gl-sync-abstraction.h"
 #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
 {
 
 namespace Dali
 {
@@ -267,6 +268,14 @@ public:
   const Graphics::TextureProperties& GetTextureProperties(const Graphics::Texture& texture) override;
 
   /**
   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.
    * @brief Tests whether two Pipelines are the same.
    *
    * On the higher level, this function may help wit creating pipeline cache.