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

/external/deqp/external/openglcts/modules/common/
H A DglcTextureFilterAnisotropicTests.cpp51 namespace TextureFilterAnisotropicUtils namespace in namespace:glcts
163 } // TextureFilterAnisotropicUtils namespace
205 TextureFilterAnisotropicUtils::texImage(gl, GL_TEXTURE_2D, 0, GL_RGBA8, 16, 16, 1, GL_RGBA, GL_UNSIGNED_BYTE, NULL);
597 TextureFilterAnisotropicUtils::texImage(gl, target, l, internalFormat, texSize, texSize, 1, transFormat.format,
628 TextureFilterAnisotropicUtils::generateTokens(target, texCoordType, samplerType);
630 TextureFilterAnisotropicUtils::replaceToken("<TEXCOORD_TYPE>", texCoordType.c_str(), vertexShader);
631 TextureFilterAnisotropicUtils::replaceToken("<TEXCOORD_TYPE>", texCoordType.c_str(), fragmentShader);
632 TextureFilterAnisotropicUtils::replaceToken("<SAMPLER_TYPE>", samplerType.c_str(), vertexShader);
633 TextureFilterAnisotropicUtils::replaceToken("<SAMPLER_TYPE>", samplerType.c_str(), fragmentShader);
637 TextureFilterAnisotropicUtils
[all...]

Completed in 89 milliseconds