• Home
  • Raw
  • Download

Lines Matching defs:internalformat

326 	bool IsCompressed(GLint internalformat)  in IsCompressed()
380 bool IsSizedInternalFormat(GLint internalformat) in IsSizedInternalFormat()
638 GLint internalformat = depthbuffer->getFormat(); in ValidateReadPixelsFormatType() local
692 GLint internalformat = depthbuffer->getFormat(); in ValidateReadPixelsFormatType() local
755 GLint internalformat = colorbuffer->getFormat(); in ValidateReadPixelsFormatType() local
877 GLenum ValidateTextureFormatType(GLenum format, GLenum type, GLint internalformat, GLenum target) in ValidateTextureFormatType()
1397 bool IsColorRenderable(GLint internalformat) in IsColorRenderable()
1473 bool IsDepthRenderable(GLint internalformat) in IsDepthRenderable()
1543 bool IsStencilRenderable(GLint internalformat) in IsStencilRenderable()
1613 bool IsMipmappable(GLint internalformat) in IsMipmappable()
1642 GLuint GetAlphaSize(GLint internalformat) in GetAlphaSize()
1691 GLuint GetRedSize(GLint internalformat) in GetRedSize()
1740 GLuint GetGreenSize(GLint internalformat) in GetGreenSize()
1789 GLuint GetBlueSize(GLint internalformat) in GetBlueSize()
1838 GLuint GetDepthSize(GLint internalformat) in GetDepthSize()
1855 GLuint GetStencilSize(GLint internalformat) in GetStencilSize()
1872 GLenum GetColorComponentType(GLint internalformat) in GetColorComponentType()
1946 GLenum GetComponentType(GLint internalformat, GLenum attachment) in GetComponentType()
1994 bool IsNormalizedInteger(GLint internalformat) in IsNormalizedInteger()
2001 bool IsNonNormalizedInteger(GLint internalformat) in IsNonNormalizedInteger()
2008 bool IsFloatFormat(GLint internalformat) in IsFloatFormat()
2013 bool IsSignedNonNormalizedInteger(GLint internalformat) in IsSignedNonNormalizedInteger()
2018 bool IsUnsignedNonNormalizedInteger(GLint internalformat) in IsUnsignedNonNormalizedInteger()
2023 GLenum GetColorEncoding(GLint internalformat) in GetColorEncoding()