Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsLongStressTestUtil.cpp210 string fragColorExpression; in generateBufferAndTextureContext() local
219fragColorExpression += string() + (i > 0 ? " +" : "") + "\n\t\t${TEXTURE_2D_FUNC}(u_sampler" + to… in generateBufferAndTextureContext()
227 firstLevelParams["FRAG_COLOR_EXPRESSION"] = substitute(fragColorExpression); in generateBufferAndTextureContext()