Lines Matching defs:internalformat
118 ETC2ImageFormat getEtcFormat(GLenum internalformat) { in getEtcFormat()
154 void getAstcFormatInfo(GLenum internalformat, in getAstcFormatInfo()
183 bool isAstcFormat(GLenum internalformat) { in isAstcFormat()
196 bool isEtcFormat(GLenum internalformat) { in isEtcFormat()
214 bool isEtc2Format(GLenum internalformat) { in isEtc2Format()
231 bool isBptcFormat(GLenum internalformat) { in isBptcFormat()
242 bool isS3tcFormat(GLenum internalformat) { in isS3tcFormat()
257 bool isPaletteFormat(GLenum internalformat) { in isPaletteFormat()
383 GLenum internalformat, GLsizei width, in doCompressedTexImage2D()
581 GLint getCoreProfileEmulatedInternalFormat(GLint internalformat, GLenum type) { in getCoreProfileEmulatedInternalFormat()
701 bool isIntegerInternalFormat(GLint internalformat) { in isIntegerInternalFormat()
733 …sedTexImage2DNative(GLEScontext* ctx, GLenum target, GLint level, GLenum internalformat, GLsizei w… in doCompressedTexImage2DNative()
813 bool shouldPassthroughCompressedFormat(GLEScontext* ctx, GLenum internalformat) { in shouldPassthroughCompressedFormat()
1084 uint32_t texImageSize(GLenum internalformat, in texImageSize()