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

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DTexture.h367 class Texture2DArray : public Texture class in namespace:gl
370 Texture2DArray(rx::Renderer *renderer, GLuint id);
372 ~Texture2DArray();
403 DISALLOW_COPY_AND_ASSIGN(Texture2DArray);
H A DTexture.cpp2263 Texture2DArray::Texture2DArray(rx::Renderer *renderer, GLuint id) : Texture(renderer, id, GL_TEXTURE_2D_ARRAY) function in class:gl::Texture2DArray
2274 Texture2DArray::~Texture2DArray()
2282 void Texture2DArray::deleteImages()
2296 GLsizei Texture2DArray::getWidth(GLint level) const
2301 GLsizei Texture2DArray::getHeight(GLint level) const
2306 GLsizei Texture2DArray::getLayers(GLint level) const
2311 GLenum Texture2DArray::getInternalFormat(GLint level) const
2316 GLenum Texture2DArray
[all...]
/external/deqp/framework/opengl/
H A DgluTexture.hpp144 class Texture2DArray class in namespace:glu
147 Texture2DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height, int numLayers);
148 Texture2DArray (const RenderContext& context, deUint32 internalFormat, int width, int height, int numLayers);
149 ~Texture2DArray (void);
153 tcu::Texture2DArray& getRefTexture (void) { return m_refTexture; }
154 const tcu::Texture2DArray& getRefTexture (void) const { return m_refTexture; }
158 Texture2DArray (const Texture2DArray& other); // Not allowed!
159 Texture2DArray& operator= (const Texture2DArray
[all...]
H A DgluTexture.cpp509 // Texture2DArray
511 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height, int numLevels) function in class:glu::Texture2DArray
523 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 sizedFormat, int width, int height, int numLevels) function in class:glu::Texture2DArray
535 Texture2DArray::~Texture2DArray (void)
541 void Texture2DArray::upload (void)
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp298 struct Texture2DArray : public TextureLayered struct in namespace:deqp::gls::FboUtil::config
/external/deqp/framework/common/
H A DtcuTexture.hpp871 class Texture2DArray : private TextureLevelPyramid class in namespace:tcu
874 Texture2DArray (const TextureFormat& format, int width, int height, int numLayers);
875 Texture2DArray (const Texture2DArray& other);
876 ~Texture2DArray (void);
898 Texture2DArray& operator= (const Texture2DArray& other);
909 inline Vec4 Texture2DArray::sample (const Sampler& sampler, float s, float t, float r, float lod) const
914 inline Vec4 Texture2DArray::sampleOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec2& offset) const
919 inline float Texture2DArray
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp213 class Texture2DArray : public Texture class in namespace:sglr::rc
216 Texture2DArray (deUint32 name = 0);
217 virtual ~Texture2DArray (void);
799 void setTex2DArrayBinding (int unit, rc::Texture2DArray* tex2DArray);
824 rc::Texture2DArray* tex2DArrayBinding;
831 rc::Texture2DArray default2DArrayTex;
886 rc::Texture2DArray m_emptyTex2DArray;

Completed in 189 milliseconds