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

/external/deqp/modules/glshared/
H A DglsShaderRenderCase.hpp80 TYPE_2D, enumerator in enum:deqp::gls::TextureBinding::Type
102 const glu::Texture2D* get2D (void) const { DE_ASSERT(getType() == TYPE_2D); return m_binding.tex2D; }
H A DglsShaderRenderCase.cpp86 : m_type (TYPE_2D)
126 m_type = TYPE_2D;
299 case TextureBinding::TYPE_2D: textures[ndx].tex2D = &binding.get2D()->getRefTexture(); break;
528 case TextureBinding::TYPE_2D: texTarget = GL_TEXTURE_2D; texObj = tex.get2D()->getGLTexture(); break;
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp78 TYPE_2D, enumerator in enum:sglr::rc::Texture::Type
H A DsglrReferenceContext.cpp632 case GL_TEXTURE_2D: expectedType = Texture::TYPE_2D; break;
1982 if (texObj->getType() == Texture::TYPE_2D)
2164 DE_ASSERT(texture->getType() == Texture::TYPE_2D);
2320 if (texture->getType() == Texture::TYPE_2D)
4845 : Texture (name, TYPE_2D)

Completed in 81 milliseconds