Searched refs:whitespaceCommentCacheGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/performance/ |
D | es2pShaderCompilationCases.cpp | 3105 …TestCaseGroup* whitespaceCommentCacheGroup = new TestCaseGroup(context, "cache_whitespace_comment"… in addShaderCompilationPerformanceCases() local 3106 parentGroup.addChild(whitespaceCommentCacheGroup); in addShaderCompilationPerformanceCases() 3119 …whitespaceCommentCacheGroup->addChild(new ShaderCompilerLightCase(context, dirLightName.c_str(), "… in addShaderCompilationPerformanceCases() 3120 …whitespaceCommentCacheGroup->addChild(new ShaderCompilerLoopCase(context, loopName.c_str(), "", ca… in addShaderCompilationPerformanceCases() 3121 …whitespaceCommentCacheGroup->addChild(new ShaderCompilerOperCase(context, multCase.c_str(), "", ca… in addShaderCompilationPerformanceCases() 3125 …whitespaceCommentCacheGroup->addChild(new ShaderCompilerTextureCase(context, "texture_4_lookups", … in addShaderCompilationPerformanceCases() 3126 …whitespaceCommentCacheGroup->addChild(new ShaderCompilerMandelbrotCase(context, "mandelbrot_32_ope… in addShaderCompilationPerformanceCases()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderCompilationCases.cpp | 3125 …TestCaseGroup* whitespaceCommentCacheGroup = new TestCaseGroup(context, "cache_whitespace_comment"… in addShaderCompilationPerformanceCases() local 3126 parentGroup.addChild(whitespaceCommentCacheGroup); in addShaderCompilationPerformanceCases() 3139 …whitespaceCommentCacheGroup->addChild(new ShaderCompilerLightCase(context, dirLightName.c_str(), "… in addShaderCompilationPerformanceCases() 3140 …whitespaceCommentCacheGroup->addChild(new ShaderCompilerLoopCase(context, loopName.c_str(), "", ca… in addShaderCompilationPerformanceCases() 3141 …whitespaceCommentCacheGroup->addChild(new ShaderCompilerOperCase(context, multCase.c_str(), "", ca… in addShaderCompilationPerformanceCases() 3145 …whitespaceCommentCacheGroup->addChild(new ShaderCompilerTextureCase(context, "texture_4_lookups", … in addShaderCompilationPerformanceCases() 3146 …whitespaceCommentCacheGroup->addChild(new ShaderCompilerMandelbrotCase(context, "mandelbrot_32_ope… in addShaderCompilationPerformanceCases()
|