webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Functions
formatutilsgl.h File Reference
#include <map>
#include <string>
#include <vector>
#include "angle_gl.h"
#include "libANGLE/Version.h"
#include "libANGLE/renderer/gl/FunctionsGL.h"
#include "libANGLE/renderer/gl/WorkaroundsGL.h"

Go to the source code of this file.

Classes

struct  rx::nativegl::SupportRequirement
 
struct  rx::nativegl::InternalFormat
 
struct  rx::nativegl::TexImageFormat
 
struct  rx::nativegl::TexSubImageFormat
 
struct  rx::nativegl::CompressedTexImageFormat
 
struct  rx::nativegl::CompressedTexSubImageFormat
 
struct  rx::nativegl::CopyTexImageImageFormat
 
struct  rx::nativegl::TexStorageFormat
 
struct  rx::nativegl::RenderbufferFormat
 
struct  rx::nativegl::ReadPixelsFormat
 

Namespaces

 rx
 
 rx::nativegl
 

Functions

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)