10 #ifndef LIBANGLE_RENDERER_GL_FORMATUTILSGL_H_ 11 #define LIBANGLE_RENDERER_GL_FORMATUTILSGL_H_ 129 #endif // LIBANGLE_RENDERER_GL_FORMATUTILSGL_H_
Definition: formatutilsgl.h:28
CompressedTexSubImageFormat GetCompressedSubTexImageFormat(const FunctionsGL *functions, const WorkaroundsGL &workarounds, GLenum format)
Definition: formatutilsgl.cpp:507
std::vector< std::string > requiredExtensions
Definition: formatutilsgl.h:39
GLint GLint GLint GLsizei GLsizei GLenum format
Definition: gl2.h:403
Definition: WorkaroundsGL.h:15
GLuint GLint internalFormat
Definition: gl2ext.h:1280
TexSubImageFormat GetTexSubImageFormat(const FunctionsGL *functions, const WorkaroundsGL &workarounds, GLenum format, GLenum type)
Definition: formatutilsgl.cpp:487
StandardGL
Definition: FunctionsGL.h:20
unsigned int GLenum
Definition: gl2.h:69
RenderbufferFormat GetRenderbufferFormat(const FunctionsGL *functions, const WorkaroundsGL &workarounds, GLenum internalFormat)
Definition: formatutilsgl.cpp:538
ReadPixelsFormat GetReadPixelsFormat(const FunctionsGL *functions, const WorkaroundsGL &workarounds, GLenum format, GLenum type)
Definition: formatutilsgl.cpp:547
Definition: mathutil.h:804
Definition: FunctionsGL.h:26
gl::Version version
Definition: formatutilsgl.h:33
SupportRequirement()
Definition: formatutilsgl.cpp:23
TexImageFormat GetTexImageFormat(const FunctionsGL *functions, const WorkaroundsGL &workarounds, GLenum internalFormat, GLenum format, GLenum type)
Definition: formatutilsgl.cpp:473
EGLenum type
Definition: eglext.h:63
const InternalFormat & GetInternalFormatInfo(GLenum internalFormat, StandardGL standard)
Definition: formatutilsgl.cpp:267
CopyTexImageImageFormat GetCopyTexImageImageFormat(const FunctionsGL *functions, const WorkaroundsGL &workarounds, GLenum internalFormat, GLenum framebufferType)
Definition: formatutilsgl.cpp:516
CompressedTexImageFormat GetCompressedTexImageFormat(const FunctionsGL *functions, const WorkaroundsGL &workarounds, GLenum internalFormat)
Definition: formatutilsgl.cpp:498
TexStorageFormat GetTexStorageFormat(const FunctionsGL *functions, const WorkaroundsGL &workarounds, GLenum internalFormat)
Definition: formatutilsgl.cpp:528
std::vector< std::string > versionExtensions
Definition: formatutilsgl.h:36