Lines Matching defs:const

282 bool GLClientState::isVertexArrayObject(GLuint vao) const {  in isVertexArrayObject()
432 bool GLClientState::bufferIdExists(GLuint id) const { in bufferIdExists()
560 int GLClientState::getMaxIndexedBufferBindings(GLenum target) const { in getMaxIndexedBufferBindings()
780 …lDataSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack) const in pixelDataSize()
811 …dDataSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack) const in pboNeededDataSize()
843 size_t GLClientState::clearBufferNumElts(GLenum buffer) const in clearBufferNumElts()
855 …GLenum type, int* bpp, int* startOffset, int* pixelRowSize, int* totalRowSize, int* skipRows) const in getPackingOffsets2D()
879 …GLenum type, int* bpp, int* startOffset, int* pixelRowSize, int* totalRowSize, int* skipRows) const in getUnpackingOffsets2D()
903 … int* totalRowSize, int* pixelImageSize, int* totalImageSize, int* skipRows, int* skipImages) const in getUnpackingOffsets3D()
943 …_t GLClientState::numActiveUniformsInUniformBlock(GLuint program, GLuint uniformBlockIndex) const { in numActiveUniformsInUniformBlock()
1023 GLenum GLClientState::getPriorityEnabledTarget(GLenum allDisabled) const in getPriorityEnabledTarget()
1110 TextureRec* GLClientState::getTextureRec(GLuint id) const { in getTextureRec()
1192 bool GLClientState::isBoundTextureImmutableFormat(GLenum target) const { in isBoundTextureImmutableFormat()
1199 GLuint GLClientState::getBoundTexture(GLenum target) const in getBoundTexture()
1340 size_t GLClientState::getRboIndex(GLuint name) const { in getRboIndex()
1371 bool GLClientState::usedRenderbufferName(GLuint name) const { in usedRenderbufferName()
1424 GLenum GLClientState::queryRboFormat(GLuint rbo_name) const { in queryRboFormat()
1428 GLsizei GLClientState::queryRboSamples(GLuint rbo_name) const { in queryRboSamples()
1432 GLint GLClientState::queryTexInternalFormat(GLuint tex_name) const { in queryTexInternalFormat()
1438 GLsizei GLClientState::queryTexWidth(GLsizei level, GLuint tex_name) const { in queryTexWidth()
1446 GLsizei GLClientState::queryTexHeight(GLsizei level, GLuint tex_name) const { in queryTexHeight()
1452 GLsizei GLClientState::queryTexDepth(GLsizei level, GLuint tex_name) const { in queryTexDepth()
1458 bool GLClientState::queryTexEGLImageBacked(GLuint tex_name) const { in queryTexEGLImageBacked()
1464 GLenum GLClientState::queryTexFormat(GLuint tex_name) const { in queryTexFormat()
1470 GLenum GLClientState::queryTexType(GLuint tex_name) const { in queryTexType()
1476 GLsizei GLClientState::queryTexSamples(GLuint tex_name) const { in queryTexSamples()
1482 GLenum GLClientState::queryTexLastBoundTarget(GLuint tex_name) const { in queryTexLastBoundTarget()
1490 GLenum attachment, FboFormatInfo* res_info) const { in getBoundFramebufferFormat()
1588 …mentType GLClientState::getBoundFramebufferAttachmentType(GLenum target, GLenum attachment) const { in getBoundFramebufferAttachmentType()
1650 bool GLClientState::usedFramebufferName(GLuint name) const { in usedFramebufferName()
1666 const FboProps& GLClientState::boundFboProps_const(GLenum target) const { in boundFboProps_const()
1712 GLenum GLClientState::getCheckFramebufferStatus(GLenum target) const { in getCheckFramebufferStatus()
1724 GLuint GLClientState::boundFramebuffer(GLenum target) const { in boundFramebuffer()
1762 GLuint GLClientState::getFboAttachmentTextureId(GLenum target, GLenum attachment) const { in getFboAttachmentTextureId()
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()