Searched refs:ShaderStructCase (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStructTests.cpp | 56 class ShaderStructCase : public ShaderRenderCase class 59 …ShaderStructCase (Context& context, const char* name, const char* description, bool isVertexCase,… 60 ~ShaderStructCase (void); 68 ShaderStructCase (const ShaderStructCase&); 69 ShaderStructCase& operator= (const ShaderStructCase&); 77 ShaderStructCase::ShaderStructCase (Context& context, const char* name, const char* description, bo… in ShaderStructCase() function in deqp::gles3::Functional::ShaderStructCase 87 ShaderStructCase::~ShaderStructCase (void) in ~ShaderStructCase() 92 void ShaderStructCase::init (void) in init() 104 void ShaderStructCase::deinit (void) in deinit() 111 void ShaderStructCase::setupUniforms (int programID, const tcu::Vec4& constCoords) in setupUniforms() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStructTests.cpp | 63 class ShaderStructCase : public ShaderRenderCase class 66 …ShaderStructCase (Context& context, const char* name, const char* description, bool isVertexCase,… 67 ~ShaderStructCase (void); 75 ShaderStructCase (const ShaderStructCase&); 76 ShaderStructCase& operator= (const ShaderStructCase&); 84 ShaderStructCase::ShaderStructCase (Context& context, const char* name, const char* description, bo… in ShaderStructCase() function in deqp::gles2::Functional::ShaderStructCase 94 ShaderStructCase::~ShaderStructCase (void) in ~ShaderStructCase() 99 void ShaderStructCase::init (void) in init() 137 void ShaderStructCase::deinit (void) in deinit() 144 void ShaderStructCase::setupUniforms (int programID, const tcu::Vec4& constCoords) in setupUniforms() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderStructTests.cpp | 38 class ShaderStructCase : public ShaderRenderCase class 41 ShaderStructCase (tcu::TestContext& testCtx, 49 ~ShaderStructCase (void); 52 ShaderStructCase (const ShaderStructCase&); 53 ShaderStructCase& operator= (const ShaderStructCase&); 56 ShaderStructCase::ShaderStructCase (tcu::TestContext& testCtx, in ShaderStructCase() function in vkt::sr::__anon22c91e690111::ShaderStructCase 70 ShaderStructCase::~ShaderStructCase (void) in ~ShaderStructCase() 74 static de::MovePtr<ShaderStructCase> createStructCase (tcu::TestContext& testCtx, const std::string… in createStructCase() 128 …return de::MovePtr<ShaderStructCase>(new ShaderStructCase(testCtx, name, description, isVertexCase… in createStructCase()
|