Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp428 int extraCoordComps = isProj ? (is2DProj4 ? 2 : 1) : 0; in initShaderSources() local
429 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+extraCoordComps); in initShaderSources()
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp817 int extraCoordComps = (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0); in initShaderSources() local
818 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+extraCoordComps); in initShaderSources()
927 op << "ivec" << (texCoordComps+extraCoordComps) << "("; in initShaderSources()