Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsLongStressTestUtil.cpp207 string fragColorExpression; in generateBufferAndTextureContext() local
216fragColorExpression += string() + (i > 0 ? " +" : "") + "\n\t\t${TEXTURE_2D_FUNC}(u_sampler" + toS… in generateBufferAndTextureContext()
225 firstLevelParams["FRAG_COLOR_EXPRESSION"] = substitute(fragColorExpression); in generateBufferAndTextureContext()