• Home
  • Raw
  • Download

Lines Matching +defs:target +defs:point

122 static tcu::CubeFace texTargetToFace (Framebuffer::TexTarget target)  in texTargetToFace()
611 void ReferenceContext::bindTexture (deUint32 target, deUint32 texture) in bindTexture()
734 for (int point = 0; point < Framebuffer::ATTACHMENTPOINT_LAST; point++) in deleteTexture() local
751 void ReferenceContext::bindFramebuffer (deUint32 target, deUint32 name) in bindFramebuffer()
782 for (int point = 0; point < Framebuffer::ATTACHMENTPOINT_LAST; point++) in bindFramebuffer() local
793 for (int point = 0; point < Framebuffer::ATTACHMENTPOINT_LAST; point++) in bindFramebuffer() local
829 void ReferenceContext::bindRenderbuffer (deUint32 target, deUint32 name) in bindRenderbuffer()
876 for (int point = 0; point < Framebuffer::ATTACHMENTPOINT_LAST; point++) in deleteRenderbuffer() local
1017 void ReferenceContext::texImage1D (deUint32 target, int level, deUint32 internalFormat, int width, … in texImage1D()
1022 void ReferenceContext::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, … in texImage2D()
1041 void ReferenceContext::texImage3D (deUint32 target, int level, deUint32 internalFormat, int width, … in texImage3D()
1297 void ReferenceContext::texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 … in texSubImage1D()
1302 void ReferenceContext::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int wid… in texSubImage2D()
1307 void ReferenceContext::texSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zof… in texSubImage3D()
1444 void ReferenceContext::copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, … in copyTexImage1D()
1492 void ReferenceContext::copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, … in copyTexImage2D()
1579 void ReferenceContext::copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, in… in copyTexSubImage1D()
1610 void ReferenceContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int… in copyTexSubImage2D()
1671 void ReferenceContext::copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int… in copyTexSubImage3D()
1677 void ReferenceContext::texStorage2D (deUint32 target, int levels, deUint32 internalFormat, int widt… in texStorage2D()
1731 void ReferenceContext::texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int widt… in texStorage3D()
1837 void ReferenceContext::texParameteri (deUint32 target, deUint32 pname, int value) in texParameteri()
1920 static inline Framebuffer::TexTarget mapGLFboTexTarget (deUint32 target) in mapGLFboTexTarget()
1989 void ReferenceContext::framebufferTexture2D (deUint32 target, deUint32 attachment, deUint32 textarg… in framebufferTexture2D()
1999 Framebuffer::AttachmentPoint point = mapGLAttachmentPoint(attachment); in framebufferTexture2D() local
2051 void ReferenceContext::framebufferTextureLayer (deUint32 target, deUint32 attachment, deUint32 text… in framebufferTextureLayer()
2061 Framebuffer::AttachmentPoint point = mapGLAttachmentPoint(attachment); in framebufferTextureLayer() local
2121 void ReferenceContext::framebufferRenderbuffer (deUint32 target, deUint32 attachment, deUint32 rend… in framebufferRenderbuffer()
2131 Framebuffer::AttachmentPoint point = mapGLAttachmentPoint(attachment); in framebufferRenderbuffer() local
2171 deUint32 ReferenceContext::checkFramebufferStatus (deUint32 target) in checkFramebufferStatus()
2190 for (int point = 0; point < Framebuffer::ATTACHMENTPOINT_LAST; point++) in checkFramebufferStatus() local
2322 void ReferenceContext::getFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, d… in getFramebufferAttachmentParameteriv()
2328 void ReferenceContext::renderbufferStorage (deUint32 target, deUint32 internalformat, int width, in… in renderbufferStorage()
2343 void ReferenceContext::renderbufferStorageMultisample (deUint32 target, int samples, deUint32 inter… in renderbufferStorageMultisample()
2350 …text::getFboAttachment (const rc::Framebuffer& framebuffer, rc::Framebuffer::AttachmentPoint point) in getFboAttachment()
2430 static bool isValidBufferTarget (deUint32 target) in isValidBufferTarget()
2450 void ReferenceContext::setBufferBinding (deUint32 target, DataBuffer* buffer) in setBufferBinding()
2504 void ReferenceContext::bindBuffer (deUint32 target, deUint32 buffer) in bindBuffer()
2600 void ReferenceContext::bufferData (deUint32 target, deIntptr size, const void* data, deUint32 usage) in bufferData()
2616 void ReferenceContext::bufferSubData (deUint32 target, deIntptr offset, deIntptr size, const void* … in bufferSubData()
3319 void ReferenceContext::invalidateSubFramebuffer (deUint32 target, int numAttachments, const deUint3… in invalidateSubFramebuffer()
3375 void ReferenceContext::invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* … in invalidateFramebuffer()