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

/external/swiftshader/src/OpenGL/libGL/
H A DTexture.h16 // classes Texture2D and TextureCubeMap. Implements GL texture objects and
165 class TextureCubeMap : public Texture class in namespace:gl
168 explicit TextureCubeMap(GLuint name);
170 virtual ~TextureCubeMap();
H A DTexture.cpp16 // Texture2D and TextureCubeMap. Implements GL texture objects and related
622 TextureCubeMap::TextureCubeMap(GLuint name) : Texture(name) function in class:TextureCubeMap
639 TextureCubeMap::~TextureCubeMap()
664 void TextureCubeMap::addProxyRef(const Renderbuffer *proxy)
675 void TextureCubeMap::releaseProxy(const Renderbuffer *proxy)
694 GLenum TextureCubeMap::getTarget() const
699 GLsizei TextureCubeMap::getWidth(GLenum target, GLint level) const
705 GLsizei TextureCubeMap
[all...]
/external/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.h16 // classes Texture2D and TextureCubeMap. Implements GL texture objects and
212 class TextureCubeMap : public Texture class in namespace:es2
215 explicit TextureCubeMap(GLuint name);
253 ~TextureCubeMap() override;
H A DTexture.cpp16 // Texture2D, TextureCubeMap, Texture3D and Texture2DArray. Implements GL texture objects
880 TextureCubeMap::TextureCubeMap(GLuint name) : Texture(name) function in class:TextureCubeMap
897 TextureCubeMap::~TextureCubeMap()
922 void TextureCubeMap::addProxyRef(const Renderbuffer *proxy)
933 void TextureCubeMap::releaseProxy(const Renderbuffer *proxy)
952 void TextureCubeMap::sweep()
978 GLenum TextureCubeMap::getTarget() const
983 GLsizei TextureCubeMap
[all...]
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp237 struct TextureCubeMap : public TextureFlat struct in namespace:deqp::gls::FboUtil::config

Completed in 1147 milliseconds