Searched refs:ShaderPerformanceCase (Results 1 – 10 of 10) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsShaderPerformanceCase.cpp | 41 ShaderPerformanceCase::ShaderPerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& render… in ShaderPerformanceCase() function in deqp::gls::ShaderPerformanceCase 50 ShaderPerformanceCase::~ShaderPerformanceCase (void) in ~ShaderPerformanceCase() 52 ShaderPerformanceCase::deinit(); in ~ShaderPerformanceCase() 55 void ShaderPerformanceCase::setGridSize (int gridW, int gridH) in setGridSize() 60 void ShaderPerformanceCase::setViewportSize (int width, int height) in setViewportSize() 65 void ShaderPerformanceCase::setVertexFragmentRatio (float fragmentsPerVertices) in setVertexFragmentRatio() 139 void ShaderPerformanceCase::init (void) in init() 164 void ShaderPerformanceCase::deinit (void) in deinit() 172 void ShaderPerformanceCase::setupProgram (deUint32 program) in setupProgram() 177 void ShaderPerformanceCase::setupRenderState (void) in setupRenderState() [all …]
|
D | glsShaderPerformanceCase.hpp | 38 class ShaderPerformanceCase : public tcu::TestCase class 47 …ShaderPerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* na… 48 ~ShaderPerformanceCase (void); 91 void addChild (ShaderPerformanceCase*); 94 de::SharedPtr<ShaderPerformanceCase::InitialCalibration> m_initialCalibrationStorage;
|
/external/deqp/modules/gles2/performance/ |
D | es2pBlendTests.cpp | 43 class BlendCase : public ShaderPerformanceCase 63 …: ShaderPerformanceCase (context.getTestContext(), context.getRenderContext(), name, description, … in BlendCase() 109 ShaderPerformanceCase::init(); in init()
|
D | es2pTextureCases.cpp | 65 …: ShaderPerformanceCase (context.getTestContext(), context.getRenderContext(), name, description, … in Texture2DRenderCase() 183 ShaderPerformanceCase::init(); in init() 192 ShaderPerformanceCase::deinit(); in deinit()
|
D | es2pShaderControlStatementTests.cpp | 95 class ControlStatementCase : public ShaderPerformanceCase 99 : ShaderPerformanceCase(testCtx, renderCtx, name, description, caseType) in ControlStatementCase() 106 ShaderPerformanceCase::init(); in init() 397 ShaderPerformanceCase::deinit(); in deinit() 670 ShaderPerformanceCase::deinit(); in deinit()
|
D | es2pTextureCases.hpp | 39 class Texture2DRenderCase : public gls::ShaderPerformanceCase
|
/external/deqp/modules/gles3/performance/ |
D | es3pBlendTests.cpp | 43 class BlendCase : public ShaderPerformanceCase 63 …: ShaderPerformanceCase (context.getTestContext(), context.getRenderContext(), name, description, … in BlendCase() 112 ShaderPerformanceCase::init(); in init()
|
D | es3pTextureCases.cpp | 65 …: ShaderPerformanceCase (context.getTestContext(), context.getRenderContext(), name, description, … in Texture2DRenderCase() 210 ShaderPerformanceCase::init(); in init() 219 ShaderPerformanceCase::deinit(); in deinit()
|
D | es3pShaderControlStatementTests.cpp | 95 class ControlStatementCase : public ShaderPerformanceCase 99 : ShaderPerformanceCase(testCtx, renderCtx, name, description, caseType) in ControlStatementCase() 106 ShaderPerformanceCase::init(); in init() 401 ShaderPerformanceCase::deinit(); in deinit() 678 ShaderPerformanceCase::deinit(); in deinit()
|
D | es3pTextureCases.hpp | 39 class Texture2DRenderCase : public gls::ShaderPerformanceCase
|