Lines Matching defs:target

477 int GLClientState::bindBuffer(GLenum target, GLuint id)  in bindBuffer()
523 void GLClientState::bindIndexedBuffer(GLenum target, GLuint index, GLuint buffer, GLintptr offset, … in bindIndexedBuffer()
575 bool GLClientState::isNonIndexedBindNoOp(GLenum target, GLuint buffer) { in isNonIndexedBindNoOp()
586 bool GLClientState::isIndexedBindNoOp(GLenum target, GLuint index, GLuint buffer, GLintptr offset, … in isIndexedBindNoOp()
622 int GLClientState::getBuffer(GLenum target) { in getBuffer()
667 GLuint GLClientState::getLastEncodedBufferBind(GLenum target) { in getLastEncodedBufferBind()
687 void GLClientState::setLastEncodedBufferBind(GLenum target, GLuint id) in setLastEncodedBufferBind()
980 void GLClientState::enableTextureTarget(GLenum target) in enableTextureTarget()
992 void GLClientState::disableTextureTarget(GLenum target) in disableTextureTarget()
1042 GLenum GLClientState::bindTexture(GLenum target, GLuint texture, in bindTexture()
1086 void GLClientState::setBoundEGLImage(GLenum target, GLeglImageOES image) { in setBoundEGLImage()
1095 TextureRec* GLClientState::addTextureRec(GLuint id, GLenum target) in addTextureRec()
1119 void GLClientState::setBoundTextureInternalFormat(GLenum target, GLint internalformat) { in setBoundTextureInternalFormat()
1126 void GLClientState::setBoundTextureFormat(GLenum target, GLenum format) { in setBoundTextureFormat()
1133 void GLClientState::setBoundTextureType(GLenum target, GLenum type) { in setBoundTextureType()
1140 void GLClientState::setBoundTextureDims(GLenum target, GLsizei level, GLsizei width, GLsizei height… in setBoundTextureDims()
1178 void GLClientState::setBoundTextureSamples(GLenum target, GLsizei samples) { in setBoundTextureSamples()
1185 void GLClientState::setBoundTextureImmutableFormat(GLenum target) { in setBoundTextureImmutableFormat()
1232 (GLenum target, GLint level, GLenum internalformat) { in writeCopyTexImageState()
1243 static GLenum identifyPositiveCubeMapComponent(GLenum target) { in identifyPositiveCubeMapComponent()
1257 (GLenum target, GLint level, GLenum internalformat) { in copyTexImageNeededTarget()
1277 (GLenum target, GLint level, GLenum internalformat) { in copyTexImageLuminanceCubeMapAMDWorkaround()
1397 void GLClientState::bindRenderbuffer(GLenum target, GLuint name) { in bindRenderbuffer()
1489 GLenum target, in getBoundFramebufferFormat()
1588 FboAttachmentType GLClientState::getBoundFramebufferAttachmentType(GLenum target, GLenum attachment… in getBoundFramebufferAttachmentType()
1654 FboProps& GLClientState::boundFboProps(GLenum target) { in boundFboProps()
1678 void GLClientState::bindFramebuffer(GLenum target, GLuint name) { in bindFramebuffer()
1698 void GLClientState::setCheckFramebufferStatus(GLenum target, GLenum status) { in setCheckFramebufferStatus()
1731 GLenum target, in attachTextureObject()
1762 GLuint GLClientState::getFboAttachmentTextureId(GLenum target, GLenum attachment) const { in getFboAttachmentTextureId()
1804 void GLClientState::detachRboFromFbo(GLenum target, GLenum attachment, GLuint renderbuffer) { in detachRboFromFbo()
1851 void GLClientState::attachRbo(GLenum target, GLenum attachment, GLuint renderbuffer) { in attachRbo()
1881 GLuint GLClientState::getFboAttachmentRboId(GLenum target, GLenum attachment) const { in getFboAttachmentRboId()
1905 bool GLClientState::attachmentHasObject(GLenum target, GLenum attachment) const { in attachmentHasObject()
1933 GLuint GLClientState::objectOfAttachment(GLenum target, GLenum attachment) const { in objectOfAttachment()