Home
last modified time | relevance | path

Searched refs:ShaderCompilerTests (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pShaderCompilerTests.hpp36 class ShaderCompilerTests : public TestCaseGroup class
39 ShaderCompilerTests (Context& context);
40 ~ShaderCompilerTests (void);
45 ShaderCompilerTests (const ShaderCompilerTests& other);
46 ShaderCompilerTests& operator= (const ShaderCompilerTests& other);
Des2pShaderCompilerTests.cpp35 ShaderCompilerTests::ShaderCompilerTests (Context& context) in ShaderCompilerTests() function in deqp::gles2::Performance::ShaderCompilerTests
40 ShaderCompilerTests::~ShaderCompilerTests (void) in ~ShaderCompilerTests()
44 void ShaderCompilerTests::init (void) in init()
Des2pPerformanceTests.cpp118 addChild(new ShaderCompilerTests (m_context)); in init()
/external/deqp/modules/gles3/performance/
Des3pShaderCompilerTests.hpp36 class ShaderCompilerTests : public TestCaseGroup class
39 ShaderCompilerTests (Context& context);
40 ~ShaderCompilerTests (void);
45 ShaderCompilerTests (const ShaderCompilerTests& other);
46 ShaderCompilerTests& operator= (const ShaderCompilerTests& other);
Des3pShaderCompilerTests.cpp35 ShaderCompilerTests::ShaderCompilerTests (Context& context) in ShaderCompilerTests() function in deqp::gles3::Performance::ShaderCompilerTests
40 ShaderCompilerTests::~ShaderCompilerTests (void) in ~ShaderCompilerTests()
44 void ShaderCompilerTests::init (void) in init()
Des3pPerformanceTests.cpp132 addChild(new ShaderCompilerTests (m_context)); in init()