Lines Matching refs:Texture1D
43 class Texture1D
46 Texture1D (const RenderContext& context, deUint32 format, deUint32 dataType, int width);
47 Texture1D (const RenderContext& context, deUint32 internalFormat, int width);
48 ~Texture1D (void);
50 tcu::Texture1D& getRefTexture (void) { return m_refTexture; }
51 const tcu::Texture1D& getRefTexture (void) const { return m_refTexture; }
57 Texture1D (const Texture1D& other); // Not allowed!
58 Texture1D& operator= (const Texture1D& other); // Not allowed!
62 tcu::Texture1D m_refTexture;