|
const InternalFormat & | GetInternalFormatInfo (GLenum internalFormat, StandardGL standard) |
|
TexImageFormat | GetTexImageFormat (const FunctionsGL *functions, const WorkaroundsGL &workarounds, GLenum internalFormat, GLenum format, GLenum type) |
|
TexSubImageFormat | GetTexSubImageFormat (const FunctionsGL *functions, const WorkaroundsGL &workarounds, GLenum format, GLenum type) |
|
CompressedTexImageFormat | GetCompressedTexImageFormat (const FunctionsGL *functions, const WorkaroundsGL &workarounds, GLenum internalFormat) |
|
CompressedTexSubImageFormat | GetCompressedSubTexImageFormat (const FunctionsGL *functions, const WorkaroundsGL &workarounds, GLenum format) |
|
CopyTexImageImageFormat | GetCopyTexImageImageFormat (const FunctionsGL *functions, const WorkaroundsGL &workarounds, GLenum internalFormat, GLenum framebufferType) |
|
TexStorageFormat | GetTexStorageFormat (const FunctionsGL *functions, const WorkaroundsGL &workarounds, GLenum internalFormat) |
|
RenderbufferFormat | GetRenderbufferFormat (const FunctionsGL *functions, const WorkaroundsGL &workarounds, GLenum internalFormat) |
|
ReadPixelsFormat | GetReadPixelsFormat (const FunctionsGL *functions, const WorkaroundsGL &workarounds, GLenum format, GLenum type) |
|