Lines Matching refs:internalformat
111 bool rboFormat(GL2Encoder* ctx, GLenum internalformat) { in rboFormat() argument
114 switch (internalformat) { in rboFormat()
354 GLsizei compressedTexImageSize(GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)… in compressedTexImageSize() argument
360 switch (internalformat) { in compressedTexImageSize()
378 bool isCompressedFormat(GLenum internalformat) { in isCompressedFormat() argument
383 switch (internalformat) { in isCompressedFormat()
428 bool supportedCompressedFormat(GL2Encoder* ctx, GLenum internalformat) { in supportedCompressedFormat() argument
447 switch (internalformat) { in supportedCompressedFormat()
513 bool filterableTexFormat(GL2Encoder* ctx, GLenum internalformat) { in filterableTexFormat() argument
514 switch (internalformat) { in filterableTexFormat()
545 bool colorRenderableFormat(GL2Encoder* ctx, GLenum internalformat) { in colorRenderableFormat() argument
547 switch (internalformat) { in colorRenderableFormat()
593 bool depthRenderableFormat(GL2Encoder*, GLenum internalformat) { in depthRenderableFormat() argument
594 switch (internalformat) { in depthRenderableFormat()
607 bool stencilRenderableFormat(GL2Encoder*, GLenum internalformat) { in stencilRenderableFormat() argument
608 switch (internalformat) { in stencilRenderableFormat()
830 bool pixelInternalFormat(GLenum internalformat) { in pixelInternalFormat() argument
835 switch (internalformat) { in pixelInternalFormat()