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

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DTexture.h213 class Texture2DArray : public Texture class in namespace:gl
216 Texture2DArray(rx::TextureImpl *impl, GLuint id);
218 virtual ~Texture2DArray();
237 DISALLOW_COPY_AND_ASSIGN(Texture2DArray);
H A DTexture.cpp851 Texture2DArray::Texture2DArray(rx::TextureImpl *impl, GLuint id) function in class:gl::Texture2DArray
856 Texture2DArray::~Texture2DArray()
860 GLsizei Texture2DArray::getWidth(GLint level) const
865 GLsizei Texture2DArray::getHeight(GLint level) const
870 GLsizei Texture2DArray::getLayers(GLint level) const
875 GLenum Texture2DArray::getInternalFormat(GLint level) const
880 GLenum Texture2DArray::getActualFormat(GLint level) const
885 bool 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 1244 milliseconds