HomeSort by relevance Sort by last modified time
    Searched defs:ShaderPerformanceCase (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsShaderPerformanceCase.cpp 41 ShaderPerformanceCase::ShaderPerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, PerfCaseType caseType)
50 ShaderPerformanceCase::~ShaderPerformanceCase (void)
52 ShaderPerformanceCase::deinit();
55 void ShaderPerformanceCase::setGridSize (int gridW, int gridH)
60 void ShaderPerformanceCase::setViewportSize (int width, int height)
65 void ShaderPerformanceCase::setVertexFragmentRatio (float fragmentsPerVertices)
139 void ShaderPerformanceCase::init (void)
164 void ShaderPerformanceCase::deinit (void
    [all...]
glsShaderPerformanceCase.hpp 38 class ShaderPerformanceCase : public tcu::TestCase
47 ShaderPerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, PerfCaseType caseType);
48 ~ShaderPerformanceCase (void);
91 void addChild (ShaderPerformanceCase*);
94 de::SharedPtr<ShaderPerformanceCase::InitialCalibration> m_initialCalibrationStorage;

Completed in 72 milliseconds