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