Lines Matching refs:Texture3D
221 class Texture3D
224 Texture3D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height, int depth);
225 Texture3D (const RenderContext& context, deUint32 internalFormat, int width, int height, int depth);
226 Texture3D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
227 ~Texture3D (void);
231 tcu::Texture3D& getRefTexture (void) { return m_refTexture; }
232 const tcu::Texture3D& getRefTexture (void) const { return m_refTexture; }
236 Texture3D (const Texture3D& other); // Not allowed!
237 Texture3D& operator= (const Texture3D& other); // Not allowed!
246 tcu::Texture3D m_refTexture;