• Home
  • Raw
  • Download

Lines Matching defs:const

271 bool GLClientState::isVertexArrayObject(GLuint vao) const {  in isVertexArrayObject()
361 bool GLClientState::bufferIdExists(GLuint id) const { in bufferIdExists()
486 int GLClientState::getMaxIndexedBufferBindings(GLenum target) const { in getMaxIndexedBufferBindings()
706 …lDataSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack) const in pixelDataSize()
737 …dDataSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack) const in pboNeededDataSize()
769 size_t GLClientState::clearBufferNumElts(GLenum buffer) const in clearBufferNumElts()
781 …m format, GLenum type, int* startOffset, int* pixelRowSize, int* totalRowSize, int* skipRows) const in getPackingOffsets2D()
815 …_t GLClientState::numActiveUniformsInUniformBlock(GLuint program, GLuint uniformBlockIndex) const { in numActiveUniformsInUniformBlock()
895 GLenum GLClientState::getPriorityEnabledTarget(GLenum allDisabled) const in getPriorityEnabledTarget()
980 TextureRec* GLClientState::getTextureRec(GLuint id) const { in getTextureRec()
1062 bool GLClientState::isBoundTextureImmutableFormat(GLenum target) const { in isBoundTextureImmutableFormat()
1069 GLuint GLClientState::getBoundTexture(GLenum target) const in getBoundTexture()
1210 size_t GLClientState::getRboIndex(GLuint name) const { in getRboIndex()
1241 bool GLClientState::usedRenderbufferName(GLuint name) const { in usedRenderbufferName()
1294 GLenum GLClientState::queryRboFormat(GLuint rbo_name) const { in queryRboFormat()
1298 GLsizei GLClientState::queryRboSamples(GLuint rbo_name) const { in queryRboSamples()
1302 GLint GLClientState::queryTexInternalFormat(GLuint tex_name) const { in queryTexInternalFormat()
1308 GLsizei GLClientState::queryTexWidth(GLsizei level, GLuint tex_name) const { in queryTexWidth()
1316 GLsizei GLClientState::queryTexHeight(GLsizei level, GLuint tex_name) const { in queryTexHeight()
1322 GLsizei GLClientState::queryTexDepth(GLsizei level, GLuint tex_name) const { in queryTexDepth()
1328 bool GLClientState::queryTexEGLImageBacked(GLuint tex_name) const { in queryTexEGLImageBacked()
1334 GLenum GLClientState::queryTexFormat(GLuint tex_name) const { in queryTexFormat()
1340 GLenum GLClientState::queryTexType(GLuint tex_name) const { in queryTexType()
1346 GLsizei GLClientState::queryTexSamples(GLuint tex_name) const { in queryTexSamples()
1352 GLenum GLClientState::queryTexLastBoundTarget(GLuint tex_name) const { in queryTexLastBoundTarget()
1360 GLenum attachment, FboFormatInfo* res_info) const { in getBoundFramebufferFormat()
1458 …mentType GLClientState::getBoundFramebufferAttachmentType(GLenum target, GLenum attachment) const { in getBoundFramebufferAttachmentType()
1520 bool GLClientState::usedFramebufferName(GLuint name) const { in usedFramebufferName()
1536 const FboProps& GLClientState::boundFboProps_const(GLenum target) const { in boundFboProps_const()
1582 GLenum GLClientState::getCheckFramebufferStatus(GLenum target) const { in getCheckFramebufferStatus()
1594 GLuint GLClientState::boundFramebuffer(GLenum target) const { in boundFramebuffer()
1632 GLuint GLClientState::getFboAttachmentTextureId(GLenum target, GLenum attachment) const { in getFboAttachmentTextureId()
1751 GLuint GLClientState::getFboAttachmentRboId(GLenum target, GLenum attachment) const { in getFboAttachmentRboId()
1775 bool GLClientState::attachmentHasObject(GLenum target, GLenum attachment) const { in attachmentHasObject()
1803 GLuint GLClientState::objectOfAttachment(GLenum target, GLenum attachment) const { in objectOfAttachment()