Searched defs:Texture1DArray (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/opengl/
H A DgluTexture.hpp179 class Texture1DArray class in namespace:glu
182 Texture1DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int numLayers);
183 Texture1DArray (const RenderContext& context, deUint32 internalFormat, int width, int numLayers);
184 ~Texture1DArray (void);
188 tcu::Texture1DArray& getRefTexture (void) { return m_refTexture; }
189 const tcu::Texture1DArray& getRefTexture (void) const { return m_refTexture; }
193 Texture1DArray (const Texture1DArray& other); // Not allowed!
194 Texture1DArray& operator= (const Texture1DArray
[all...]
H A DgluTexture.cpp439 // Texture1DArray
441 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int numLevels) function in class:glu::Texture1DArray
452 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 sizedFormat, int width, int numLevels) function in class:glu::Texture1DArray
463 Texture1DArray::~Texture1DArray (void)
469 void Texture1DArray::upload (void)
/external/deqp/framework/common/
H A DtcuTexture.hpp872 class Texture1DArray : private TextureLevelPyramid class in namespace:tcu
875 Texture1DArray (const TextureFormat& format, int width, int numLayers);
876 Texture1DArray (const Texture1DArray& other);
877 ~Texture1DArray (void);
895 Texture1DArray& operator= (const Texture1DArray& other);
905 inline Vec4 Texture1DArray::sample (const Sampler& sampler, float s, float t, float lod) const
910 inline Vec4 Texture1DArray::sampleOffset (const Sampler& sampler, float s, float t, float lod, deInt32 offset) const
915 inline float Texture1DArray
[all...]

Completed in 155 milliseconds