HomeSort by relevance Sort by last modified time
    Searched refs:StateChangePerformanceCase (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.hpp 45 class StateChangePerformanceCase : public tcu::TestCase
55 StateChangePerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, DrawType drawType, int drawCallCount, int triangleCount);
56 ~StateChangePerformanceCase (void);
99 StateChangePerformanceCase (const StateChangePerformanceCase&);
100 StateChangePerformanceCase& operator= (const StateChangePerformanceCase&);
glsStateChangePerfTestCases.cpp 211 StateChangePerformanceCase::StateChangePerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, DrawType drawType, int drawCallCount, int triangleCount)
221 StateChangePerformanceCase::~StateChangePerformanceCase (void)
223 StateChangePerformanceCase::deinit();
226 void StateChangePerformanceCase::init (void)
232 void StateChangePerformanceCase::requireIndexBuffers (int count)
262 void StateChangePerformanceCase::requireCoordBuffers (int count)
292 void StateChangePerformanceCase::requirePrograms (int count)
331 void StateChangePerformanceCase::requireTextures (int count
    [all...]
  /external/deqp/modules/gles2/performance/
es2pRedundantStateChangeTests.cpp 48 class RedundantStateChangeCase : public gls::StateChangePerformanceCase
61 : gls::StateChangePerformanceCase(context.getTestContext(), context.getRenderContext(), name, description,
    [all...]
es2pStateChangeTests.cpp 48 class StateChangeCase : public gls::StateChangePerformanceCase
62 : gls::StateChangePerformanceCase(context.getTestContext(), context.getRenderContext(), name, description,
    [all...]
  /external/deqp/modules/gles3/performance/
es3pRedundantStateChangeTests.cpp 48 class RedundantStateChangeCase : public gls::StateChangePerformanceCase
61 : gls::StateChangePerformanceCase(context.getTestContext(), context.getRenderContext(), name, description,
    [all...]
es3pStateChangeTests.cpp 48 class StateChangeCase : public gls::StateChangePerformanceCase
62 : gls::StateChangePerformanceCase(context.getTestContext(), context.getRenderContext(), name, description,
    [all...]

Completed in 83 milliseconds