Home
last modified time | relevance | path

Searched defs:GLToCType (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
DVertexDataManager.cpp286 template <GLenum GLType> struct GLToCType { }; struct
288 template <> struct GLToCType<GL_BYTE> { typedef GLbyte type; }; argument
289 template <> struct GLToCType<GL_UNSIGNED_BYTE> { typedef GLubyte type; }; struct
290 template <> struct GLToCType<GL_SHORT> { typedef GLshort type; }; argument
291 template <> struct GLToCType<GL_UNSIGNED_SHORT> { typedef GLushort type; }; argument
292 template <> struct GLToCType<GL_FIXED> { typedef GLuint type; }; argument
293 template <> struct GLToCType<GL_FLOAT> { typedef GLfloat type; }; struct