Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DVertexBuffer9.cpp265 template <GLenum GLType> struct GLToCType { }; struct
267 template <> struct GLToCType<GL_BYTE> { typedef GLbyte type; }; argument
268 template <> struct GLToCType<GL_UNSIGNED_BYTE> { typedef GLubyte type; }; argument
269 template <> struct GLToCType<GL_SHORT> { typedef GLshort type; }; struct
270 template <> struct GLToCType<GL_UNSIGNED_SHORT> { typedef GLushort type; }; argument
271 template <> struct GLToCType<GL_FIXED> { typedef GLuint type; }; argument
272 template <> struct GLToCType<GL_FLOAT> { typedef GLfloat type; }; struct