webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Go to the source code of this file.
Namespaces | |
gl | |
rx | |
Typedefs | |
typedef void(* | rx::InitializeTextureDataFunction) (size_t width, size_t height, size_t depth, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
typedef void(* | rx::VertexCopyFunction) (const uint8_t *input, size_t stride, size_t count, uint8_t *output) |
Enumerations | |
enum | rx::VertexConversionType { rx::VERTEX_CONVERT_NONE = 0, rx::VERTEX_CONVERT_CPU = 1, rx::VERTEX_CONVERT_GPU = 2, rx::VERTEX_CONVERT_BOTH = 3 } |