webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <cstddef>
#include <stdint.h>
#include "angle_gl.h"
#include "libANGLE/Caps.h"
#include "libANGLE/Error.h"
#include "libANGLE/angletypes.h"
Go to the source code of this file.
Classes | |
struct | gl::FormatType |
struct | gl::Type |
struct | gl::InternalFormat |
struct | gl::Format |
struct | gl::VertexFormat |
Namespaces | |
gl | |
Typedefs | |
typedef std::set< GLenum > | gl::FormatSet |
typedef std::vector< VertexFormatType > | gl::InputLayout |
Functions | |
const Type & | gl::GetTypeInfo (GLenum type) |
const InternalFormat & | gl::GetInternalFormatInfo (GLenum internalFormat) |
GLenum | gl::GetSizedInternalFormat (GLenum internalFormat, GLenum type) |
const FormatSet & | gl::GetAllSizedInternalFormats () |
AttributeType | gl::GetAttributeType (GLenum enumValue) |
VertexFormatType | gl::GetVertexFormatType (GLenum type, GLboolean normalized, GLuint components, bool pureInteger) |
VertexFormatType | gl::GetVertexFormatType (const VertexAttribute &attrib) |
VertexFormatType | gl::GetVertexFormatType (const VertexAttribute &attrib, GLenum currentValueType) |
const VertexFormat & | gl::GetVertexFormatFromType (VertexFormatType vertexFormatType) |
bool | gl::ValidES3Format (GLenum format) |
bool | gl::ValidES3Type (GLenum type) |
bool | gl::ValidES3FormatCombination (GLenum format, GLenum type, GLenum internalFormat) |