Searched defs:refSamplerType (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcTextureFilterAnisotropicTests.cpp76 * @param refSamplerType GLSL texture sampler type
78 void generateTokens(GLenum target, std::string& refTexCoordType, std::string& refSamplerType) argument
84 refSamplerType = "sampler2D";
88 refSamplerType = "sampler2DArray";
92 refSamplerType = "sampler2D";

Completed in 253 milliseconds