/external/deqp/framework/common/ |
D | tcuTestCase.hpp | 41 NODETYPE_PERFORMANCE, //!< Performace test case -- can be executed enumerator 69 case NODETYPE_PERFORMANCE: return NODECLASS_EXECUTABLE; in getTestNodeTypeClass()
|
D | tcuTestSessionExecutor.cpp | 40 case NODETYPE_PERFORMANCE: return QP_TEST_CASE_TYPE_PERFORMANCE; in nodeTypeToTestCaseType() 99 case NODETYPE_PERFORMANCE: in iterate()
|
D | tcuTestHierarchyUtil.cpp | 44 case NODETYPE_PERFORMANCE: return "Performance"; in getNodeTypeName()
|
/external/deqp/modules/glshared/ |
D | glsShaderPerformanceCase.cpp | 42 : tcu::TestCase (testCtx, tcu::NODETYPE_PERFORMANCE, name, description) in ShaderPerformanceCase()
|
D | glsStateChangePerfTestCases.cpp | 212 : tcu::TestCase (testCtx, tcu::NODETYPE_PERFORMANCE, name, description) in StateChangePerformanceCase() 643 : tcu::TestCase (testCtx, tcu::NODETYPE_PERFORMANCE, name, description) in StateChangeCallPerformanceCase()
|
/external/angle/src/tests/deqp_support/ |
D | tcuRandomOrderExecutor.cpp | 168 case NODETYPE_PERFORMANCE: in nodeTypeToTestCaseType()
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureUploadTests.cpp | 105 : TestCase (context, tcu::NODETYPE_PERFORMANCE, name, description) in TextureUploadCase()
|
D | es2pShaderOptimizationTests.cpp | 169 : TestCase (context, tcu::NODETYPE_PERFORMANCE, name, description) in ShaderOptimizationCase()
|
D | es2pDrawCallBatchingTests.cpp | 150 : tcu::TestCase (context.getTestContext(), tcu::NODETYPE_PERFORMANCE, name, description) in DrawCallBatchingTest()
|
D | es2pShaderCompilationCases.cpp | 1651 : TestCase (context, tcu::NODETYPE_PERFORMANCE, name, description) in ShaderCompilerCase() 2362 : TestCase (context, tcu::NODETYPE_PERFORMANCE, name, description) in InvalidShaderCompilerCase()
|
D | es2pShaderOperatorTests.cpp | 564 : tcu::TestCase (testCtx, tcu::NODETYPE_PERFORMANCE, name, description) in OperatorPerformanceCase()
|
/external/deqp/modules/egl/ |
D | teglMakeCurrentPerfTests.cpp | 158 : TestCase (eglTestCtx, tcu::NODETYPE_PERFORMANCE, name, description) in MakeCurrentPerfCase()
|
D | teglGLES2SharedRenderingPerfTests.cpp | 832 : TestCase (eglTestCtx, tcu::NODETYPE_PERFORMANCE, name, description) in SharedRenderingPerfCase()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOptimizationTests.cpp | 172 : TestCase (context, tcu::NODETYPE_PERFORMANCE, name, description) in ShaderOptimizationCase()
|
D | es3pShaderCompilationCases.cpp | 1671 : TestCase (context, tcu::NODETYPE_PERFORMANCE, name, description) in ShaderCompilerCase() 2382 : TestCase (context, tcu::NODETYPE_PERFORMANCE, name, description) in InvalidShaderCompilerCase()
|
D | es3pDepthTests.cpp | 536 : TestCase (testCtx, tcu::NODETYPE_PERFORMANCE, name, desc) in BaseCase()
|
D | es3pShaderOperatorTests.cpp | 564 : tcu::TestCase (testCtx, tcu::NODETYPE_PERFORMANCE, name, description) in OperatorPerformanceCase()
|
D | es3pBufferDataUploadTests.cpp | 1928 : TestCase (context, tcu::NODETYPE_PERFORMANCE, name, desc) in BasicBufferCase() 3953 : TestCase (context, tcu::NODETYPE_PERFORMANCE, name, description) in RenderPerformanceTestBase() 4609 : TestCase (context, tcu::NODETYPE_PERFORMANCE, name, description) in ReferenceReadPixelsTimeCase()
|