Home
last modified time | relevance | path

Searched defs:fragTemplate (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.cpp328 StringTemplate fragTemplate(frag.str().c_str()); in createVaryingArrayCase() local
434 StringTemplate fragTemplate(frag.str().c_str()); in createUniformArrayCase() local
578 StringTemplate fragTemplate(frag.str().c_str()); in createTmpArrayCase() local
760 StringTemplate fragTemplate(frag.str().c_str()); in createVectorSubscriptCase() local
947 StringTemplate fragTemplate(frag.str().c_str()); in createMatrixSubscriptCase() local
Des3fShaderLoopTests.cpp432 StringTemplate fragTemplate(frag.str().c_str()); in createGenericLoopCase() local
1120 StringTemplate fragTemplate(frag.str().c_str()); in createSpecialLoopCase() local
/external/deqp/modules/gles2/functional/
Des2fShaderIndexingTests.cpp355 StringTemplate fragTemplate(frag.str().c_str()); in createVaryingArrayCase() local
468 StringTemplate fragTemplate(frag.str().c_str()); in createUniformArrayCase() local
616 StringTemplate fragTemplate(frag.str().c_str()); in createTmpArrayCase() local
802 StringTemplate fragTemplate(frag.str().c_str()); in createVectorSubscriptCase() local
974 StringTemplate fragTemplate(frag.str().c_str()); in createMatrixSubscriptCase() local
Des2fShaderAlgorithmTests.cpp132 StringTemplate fragTemplate(frag.str().c_str()); in createExpressionCase() local
Des2fShaderLoopTests.cpp460 StringTemplate fragTemplate(frag.str().c_str()); in createGenericLoopCase() local
1227 StringTemplate fragTemplate(frag.str().c_str()); in createSpecialLoopCase() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp376 StringTemplate fragTemplate(frag.str()); in createVaryingArrayCase() local
492 StringTemplate fragTemplate(frag.str()); in createUniformArrayCase() local
647 StringTemplate fragTemplate(frag.str()); in createTmpArrayCase() local
834 StringTemplate fragTemplate(frag.str()); in createVectorSubscriptCase() local
1026 StringTemplate fragTemplate(frag.str()); in createMatrixSubscriptCase() local
DvktShaderRenderLoopTests.cpp512 tcu::StringTemplate fragTemplate(frag.str()); in createGenericLoopCase() local
1242 tcu::StringTemplate fragTemplate(frag.str()); in createSpecialLoopCase() local
/external/deqp/modules/gles31/functional/
Des31fProgramStateQueryTests.cpp344 …const string fragTemplate = string(isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES)… in iterate() local