Lines Matching defs:internalformat
326 bool IsCompressed(GLint internalformat) in IsCompressed()
351 bool IsSizedInternalFormat(GLint internalformat) in IsSizedInternalFormat()
609 GLint internalformat = depthbuffer->getFormat(); in ValidateReadPixelsFormatType() local
681 GLint internalformat = colorbuffer->getFormat(); in ValidateReadPixelsFormatType() local
808 GLenum ValidateTextureFormatType(GLenum format, GLenum type, GLint internalformat, GLenum target) in ValidateTextureFormatType()
1328 bool IsColorRenderable(GLint internalformat) in IsColorRenderable()
1404 bool IsDepthRenderable(GLint internalformat) in IsDepthRenderable()
1474 bool IsStencilRenderable(GLint internalformat) in IsStencilRenderable()
1544 bool IsMipmappable(GLint internalformat) in IsMipmappable()
1573 GLuint GetAlphaSize(GLint internalformat) in GetAlphaSize()
1622 GLuint GetRedSize(GLint internalformat) in GetRedSize()
1671 GLuint GetGreenSize(GLint internalformat) in GetGreenSize()
1720 GLuint GetBlueSize(GLint internalformat) in GetBlueSize()
1769 GLuint GetDepthSize(GLint internalformat) in GetDepthSize()
1786 GLuint GetStencilSize(GLint internalformat) in GetStencilSize()
1803 GLenum GetColorComponentType(GLint internalformat) in GetColorComponentType()
1877 GLenum GetComponentType(GLint internalformat, GLenum attachment) in GetComponentType()
1925 bool IsNormalizedInteger(GLint internalformat) in IsNormalizedInteger()
1932 bool IsNonNormalizedInteger(GLint internalformat) in IsNonNormalizedInteger()
1939 bool IsFloatFormat(GLint internalformat) in IsFloatFormat()
1944 bool IsSignedNonNormalizedInteger(GLint internalformat) in IsSignedNonNormalizedInteger()
1949 bool IsUnsignedNonNormalizedInteger(GLint internalformat) in IsUnsignedNonNormalizedInteger()
1954 GLenum GetColorEncoding(GLint internalformat) in GetColorEncoding()