Home | History | Annotate | Download | only in opengl

Lines Matching full:texture2darray

145 class Texture2DArray
148 Texture2DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height, int numLayers);
149 Texture2DArray (const RenderContext& context, deUint32 internalFormat, int width, int height, int numLayers);
150 Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
151 ~Texture2DArray (void);
155 tcu::Texture2DArray& getRefTexture (void) { return m_refTexture; }
156 const tcu::Texture2DArray& getRefTexture (void) const { return m_refTexture; }
160 Texture2DArray (const Texture2DArray& other); // Not allowed!
161 Texture2DArray& operator= (const Texture2DArray& other); // Not allowed!
171 tcu::Texture2DArray m_refTexture;