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.cpp242 struct GLToCType struct
246 struct GLToCType<GL_BYTE> struct
248 typedef GLbyte type;
251 struct GLToCType<GL_UNSIGNED_BYTE> struct
253 typedef GLubyte type;
256 struct GLToCType<GL_SHORT> struct
258 typedef GLshort type;
261 struct GLToCType<GL_UNSIGNED_SHORT> struct
263 typedef GLushort type;
266 struct GLToCType<GL_FIXED> struct
[all …]