Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.hpp83 class SupportedTextureType class in gl4cts::TextureFilterMinmaxUtils
100 SupportedTextureType(glw::GLenum type, const std::string& shaderTexcoordType,
102 virtual ~SupportedTextureType(){}; in ~SupportedTextureType()
116 class Texture1D : public SupportedTextureType
131 class Texture1DArray : public SupportedTextureType
146 class Texture2D : public SupportedTextureType
161 class Texture2DArray : public SupportedTextureType
176 class Texture3D : public SupportedTextureType
191 class TextureCube : public SupportedTextureType
226 inline const std::vector<SupportedTextureType*>& getSupportedTextureTypes() in getSupportedTextureTypes()
[all …]
Dgl4cTextureFilterMinmaxTests.cpp81 SupportedTextureType* textureType = *iter; in ~TextureFilterMinmaxUtils()
88 void TextureFilterMinmaxUtils::SupportedTextureType::replaceAll(std::string& str, const std::string… in replaceAll()
99 TextureFilterMinmaxUtils::SupportedTextureType::SupportedTextureType(glw::GLenum type, in SupportedTextureType() function in gl4cts::TextureFilterMinmaxUtils::SupportedTextureType
128 void TextureFilterMinmaxUtils::SupportedTextureType::renderToFBO(const glu::RenderContext& context, in renderToFBO()
161 void TextureFilterMinmaxUtils::SupportedTextureType::renderQuad(const glu::RenderContext& context, in renderQuad()
202 TextureFilterMinmaxUtils::Texture1D::Texture1D() : SupportedTextureType(GL_TEXTURE_1D, "float", "sa… in Texture1D()
249 : SupportedTextureType(GL_TEXTURE_1D_ARRAY, "vec2", "sampler1DArray") in Texture1DArray()
293 TextureFilterMinmaxUtils::Texture2D::Texture2D() : SupportedTextureType(GL_TEXTURE_2D, "vec2", "sam… in Texture2D()
340 : SupportedTextureType(GL_TEXTURE_2D_ARRAY, "vec3", "sampler2DArray") in Texture2DArray()
384 TextureFilterMinmaxUtils::Texture3D::Texture3D() : SupportedTextureType(GL_TEXTURE_3D, "vec3", "sam… in Texture3D()
[all …]