Lines Matching defs:width
128 void allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int depth);
153 void allocLevel (int level, const tcu::TextureFormat& format, int width);
179 void allocLevel (int level, const tcu::TextureFormat& format, int width, int height);
205 void allocFace (int level, tcu::CubeFace face, const tcu::TextureFormat& format, int width, int height);
230 void allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int numLayers);
256 void allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int numLayers);
282 void allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int numLayers);
313 void setStorage (const tcu::TextureFormat& format, int width, int height);
593 ReferenceContextBuffers (const tcu::PixelFormat& colorBits, int depthBits, int stencilBits, int width, int height, int samples = 1);
614 virtual void viewport (int x, int y, int width, int height) { m_viewport = tcu::IVec4(x, y, width, height); }
630 virtual void texImage1D (deUint32 target, int level, deUint32 internalFormat, int width, int border, deUint32 format, deUint32 type, const void* data);
631 virtual void texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, int height, int border, deUint32 format, deUint32 type, const void* data);
632 virtual void texImage3D (deUint32 target, int level, deUint32 internalFormat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* data);
633 virtual void texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data);
634 virtual void texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data);
635 virtual void texSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data);
636 virtual void copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int border);
637 virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border);
638 virtual void copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width);
639 virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height);
640 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
642 virtual void texStorage2D (deUint32 target, int levels, deUint32 internalFormat, int width, int height);
643 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth);
654 virtual void renderbufferStorage (deUint32 target, deUint32 internalformat, int width, int height);
655 virtual void renderbufferStorageMultisample (deUint32 target, int samples, deUint32 internalFormat, int width, int height);
673 virtual void scissor (int x, int y, int width, int height);
704 virtual void invalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height);
761 virtual void readPixels (int x, int y, int width, int height, deUint32 format, deUint32 type, void* data);
820 tcu::ConstPixelBufferAccess getUnpack2DAccess (const tcu::TextureFormat& format, int width, int height, const void* data);
821 tcu::ConstPixelBufferAccess getUnpack3DAccess (const tcu::TextureFormat& format, int width, int height, int depth, const void* data);