Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp251 struct GLToCType struct
255 struct GLToCType<GL_BYTE> struct
257 typedef GLbyte type;
260 struct GLToCType<GL_UNSIGNED_BYTE> struct
262 typedef GLubyte type;
265 struct GLToCType<GL_SHORT> struct
267 typedef GLshort type;
270 struct GLToCType<GL_UNSIGNED_SHORT> struct
272 typedef GLushort type;
275 struct GLToCType<GL_FIXED> struct
[all …]