Home
last modified time | relevance | path

Searched refs:ShaderPerformanceCase (Results 1 – 10 of 10) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderPerformanceCase.cpp41 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 …]
DglsShaderPerformanceCase.hpp38 class ShaderPerformanceCase : public tcu::TestCase class
47ShaderPerformanceCase (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/
Des2pBlendTests.cpp43 class BlendCase : public ShaderPerformanceCase
63 …: ShaderPerformanceCase (context.getTestContext(), context.getRenderContext(), name, description, … in BlendCase()
109 ShaderPerformanceCase::init(); in init()
Des2pTextureCases.cpp65 …: ShaderPerformanceCase (context.getTestContext(), context.getRenderContext(), name, description, … in Texture2DRenderCase()
183 ShaderPerformanceCase::init(); in init()
192 ShaderPerformanceCase::deinit(); in deinit()
Des2pShaderControlStatementTests.cpp95 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()
Des2pTextureCases.hpp39 class Texture2DRenderCase : public gls::ShaderPerformanceCase
/external/deqp/modules/gles3/performance/
Des3pBlendTests.cpp43 class BlendCase : public ShaderPerformanceCase
63 …: ShaderPerformanceCase (context.getTestContext(), context.getRenderContext(), name, description, … in BlendCase()
112 ShaderPerformanceCase::init(); in init()
Des3pTextureCases.cpp65 …: ShaderPerformanceCase (context.getTestContext(), context.getRenderContext(), name, description, … in Texture2DRenderCase()
210 ShaderPerformanceCase::init(); in init()
219 ShaderPerformanceCase::deinit(); in deinit()
Des3pShaderControlStatementTests.cpp95 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()
Des3pTextureCases.hpp39 class Texture2DRenderCase : public gls::ShaderPerformanceCase