Searched refs:getSamplerLookupReturnType (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp173 static inline glu::DataType getSamplerLookupReturnType (const glu::DataType type) function in namespace:deqp::gles31::Functional
514 result.type = getSamplerLookupReturnType(sampler.type);
668 const glu::DataType texResultType = getSamplerLookupReturnType(type);
1119 const glu::DataType retType = getSamplerLookupReturnType(samplerTypes[i]);
1137 dst << "compare_" << glu::getDataTypeName(getSamplerLookupReturnType(uniform.type)) << "(texture(" << uniform.name << ", vec" << getSamplerNumLookupDimensions(uniform.type) << "(0.0))";
1222 DE_ASSERT(getSamplerLookupReturnType(value.type) == glu::TYPE_FLOAT_VEC4);
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp169 static inline glu::DataType getSamplerLookupReturnType (const glu::DataType type) function in namespace:deqp::gles3::Functional
563 result.type = getSamplerLookupReturnType(sampler.type);
717 const glu::DataType texResultType = getSamplerLookupReturnType(type);
769 const glu::DataType texResultType = getSamplerLookupReturnType(type);
1303 const glu::DataType retType = getSamplerLookupReturnType(samplerTypes[i]);
1321 dst << "compare_" << glu::getDataTypeName(getSamplerLookupReturnType(uniform.type)) << "(texture(" << uniform.name << ", vec" << getSamplerNumLookupDimensions(uniform.type) << "(0.0))";
1406 DE_ASSERT(getSamplerLookupReturnType(value.type) == glu::TYPE_FLOAT_VEC4);

Completed in 129 milliseconds