Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp250 struct GLToCType struct
254 struct GLToCType<GL_BYTE> struct
256 typedef GLbyte type;
259 struct GLToCType<GL_UNSIGNED_BYTE> struct
261 typedef GLubyte type;
264 struct GLToCType<GL_SHORT> struct
266 typedef GLshort type;
269 struct GLToCType<GL_UNSIGNED_SHORT> struct
271 typedef GLushort type;
274 struct GLToCType<GL_FIXED> struct
[all …]