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.cpp253 struct GLToCType struct
257 struct GLToCType<GL_BYTE> struct
259 typedef GLbyte type;
262 struct GLToCType<GL_UNSIGNED_BYTE> struct
264 typedef GLubyte type;
267 struct GLToCType<GL_SHORT> struct
269 typedef GLshort type;
272 struct GLToCType<GL_UNSIGNED_SHORT> struct
274 typedef GLushort type;
277 struct GLToCType<GL_FIXED> struct
[all …]