Home
last modified time | relevance | path

Searched refs:fragTemplate (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderIndexingTests.cpp355 StringTemplate fragTemplate(frag.str().c_str()); in createVaryingArrayCase() local
357 string fragmentShaderSource = fragTemplate.specialize(params); in createVaryingArrayCase()
468 StringTemplate fragTemplate(frag.str().c_str()); in createUniformArrayCase() local
470 string fragmentShaderSource = fragTemplate.specialize(params); in createUniformArrayCase()
616 StringTemplate fragTemplate(frag.str().c_str()); in createTmpArrayCase() local
618 string fragmentShaderSource = fragTemplate.specialize(params); in createTmpArrayCase()
802 StringTemplate fragTemplate(frag.str().c_str()); in createVectorSubscriptCase() local
804 string fragmentShaderSource = fragTemplate.specialize(params); in createVectorSubscriptCase()
974 StringTemplate fragTemplate(frag.str().c_str()); in createMatrixSubscriptCase() local
976 string fragmentShaderSource = fragTemplate.specialize(params); in createMatrixSubscriptCase()
Des2fShaderAlgorithmTests.cpp132 StringTemplate fragTemplate(frag.str().c_str()); in createExpressionCase() local
134 string fragmentShaderSource = fragTemplate.specialize(params); in createExpressionCase()
Des2fShaderLoopTests.cpp459 StringTemplate fragTemplate(frag.str().c_str()); in createGenericLoopCase() local
461 string fragmentShaderSource = fragTemplate.specialize(params); in createGenericLoopCase()
1226 StringTemplate fragTemplate(frag.str().c_str()); in createSpecialLoopCase() local
1228 string fragmentShaderSource = fragTemplate.specialize(params); in createSpecialLoopCase()
/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.cpp328 StringTemplate fragTemplate(frag.str().c_str()); in createVaryingArrayCase() local
330 string fragmentShaderSource = fragTemplate.specialize(params); in createVaryingArrayCase()
434 StringTemplate fragTemplate(frag.str().c_str()); in createUniformArrayCase() local
436 string fragmentShaderSource = fragTemplate.specialize(params); in createUniformArrayCase()
578 StringTemplate fragTemplate(frag.str().c_str()); in createTmpArrayCase() local
580 string fragmentShaderSource = fragTemplate.specialize(params); in createTmpArrayCase()
760 StringTemplate fragTemplate(frag.str().c_str()); in createVectorSubscriptCase() local
762 string fragmentShaderSource = fragTemplate.specialize(params); in createVectorSubscriptCase()
947 StringTemplate fragTemplate(frag.str().c_str()); in createMatrixSubscriptCase() local
949 string fragmentShaderSource = fragTemplate.specialize(params); in createMatrixSubscriptCase()
Des3fShaderLoopTests.cpp431 StringTemplate fragTemplate(frag.str().c_str()); in createGenericLoopCase() local
433 string fragmentShaderSource = fragTemplate.specialize(params); in createGenericLoopCase()
1119 StringTemplate fragTemplate(frag.str().c_str()); in createSpecialLoopCase() local
1121 string fragmentShaderSource = fragTemplate.specialize(params); in createSpecialLoopCase()