Lines Matching +defs:target +defs:point
120 static tcu::CubeFace texTargetToFace (Framebuffer::TexTarget target) in texTargetToFace()
609 void ReferenceContext::bindTexture (deUint32 target, deUint32 texture) in bindTexture()
732 for (int point = 0; point < Framebuffer::ATTACHMENTPOINT_LAST; point++) in deleteTexture() local
749 void ReferenceContext::bindFramebuffer (deUint32 target, deUint32 name) in bindFramebuffer()
780 for (int point = 0; point < Framebuffer::ATTACHMENTPOINT_LAST; point++) in bindFramebuffer() local
791 for (int point = 0; point < Framebuffer::ATTACHMENTPOINT_LAST; point++) in bindFramebuffer() local
827 void ReferenceContext::bindRenderbuffer (deUint32 target, deUint32 name) in bindRenderbuffer()
874 for (int point = 0; point < Framebuffer::ATTACHMENTPOINT_LAST; point++) in deleteRenderbuffer() local
1015 void ReferenceContext::texImage1D (deUint32 target, int level, deUint32 internalFormat, int width, … in texImage1D()
1020 void ReferenceContext::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, … in texImage2D()
1039 void ReferenceContext::texImage3D (deUint32 target, int level, deUint32 internalFormat, int width, … in texImage3D()
1295 void ReferenceContext::texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 … in texSubImage1D()
1300 void ReferenceContext::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int wid… in texSubImage2D()
1305 void ReferenceContext::texSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zof… in texSubImage3D()
1442 void ReferenceContext::copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, … in copyTexImage1D()
1490 void ReferenceContext::copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, … in copyTexImage2D()
1577 void ReferenceContext::copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, in… in copyTexSubImage1D()
1608 void ReferenceContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int… in copyTexSubImage2D()
1669 void ReferenceContext::copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int… in copyTexSubImage3D()
1675 void ReferenceContext::texStorage2D (deUint32 target, int levels, deUint32 internalFormat, int widt… in texStorage2D()
1729 void ReferenceContext::texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int widt… in texStorage3D()
1835 void ReferenceContext::texParameteri (deUint32 target, deUint32 pname, int value) in texParameteri()
1918 static inline Framebuffer::TexTarget mapGLFboTexTarget (deUint32 target) in mapGLFboTexTarget()
1987 void ReferenceContext::framebufferTexture2D (deUint32 target, deUint32 attachment, deUint32 textarg… in framebufferTexture2D()
1997 Framebuffer::AttachmentPoint point = mapGLAttachmentPoint(attachment); in framebufferTexture2D() local
2049 void ReferenceContext::framebufferTextureLayer (deUint32 target, deUint32 attachment, deUint32 text… in framebufferTextureLayer()
2059 Framebuffer::AttachmentPoint point = mapGLAttachmentPoint(attachment); in framebufferTextureLayer() local
2119 void ReferenceContext::framebufferRenderbuffer (deUint32 target, deUint32 attachment, deUint32 rend… in framebufferRenderbuffer()
2129 Framebuffer::AttachmentPoint point = mapGLAttachmentPoint(attachment); in framebufferRenderbuffer() local
2169 deUint32 ReferenceContext::checkFramebufferStatus (deUint32 target) in checkFramebufferStatus()
2188 for (int point = 0; point < Framebuffer::ATTACHMENTPOINT_LAST; point++) in checkFramebufferStatus() local
2320 void ReferenceContext::getFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, d… in getFramebufferAttachmentParameteriv()
2326 void ReferenceContext::renderbufferStorage (deUint32 target, deUint32 internalformat, int width, in… in renderbufferStorage()
2341 void ReferenceContext::renderbufferStorageMultisample (deUint32 target, int samples, deUint32 inter… in renderbufferStorageMultisample()
2348 …text::getFboAttachment (const rc::Framebuffer& framebuffer, rc::Framebuffer::AttachmentPoint point) in getFboAttachment()
2428 static bool isValidBufferTarget (deUint32 target) in isValidBufferTarget()
2448 void ReferenceContext::setBufferBinding (deUint32 target, DataBuffer* buffer) in setBufferBinding()
2502 void ReferenceContext::bindBuffer (deUint32 target, deUint32 buffer) in bindBuffer()
2598 void ReferenceContext::bufferData (deUint32 target, deIntptr size, const void* data, deUint32 usage) in bufferData()
2614 void ReferenceContext::bufferSubData (deUint32 target, deIntptr offset, deIntptr size, const void* … in bufferSubData()
3317 void ReferenceContext::invalidateSubFramebuffer (deUint32 target, int numAttachments, const deUint3… in invalidateSubFramebuffer()
3373 void ReferenceContext::invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* … in invalidateFramebuffer()