Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DVertexBuffer9.cpp330 template <GLenum GLtype, bool normalized> struct VertexTypeMapping { }; struct
339 template <> struct VertexTypeMapping<GL_BYTE, false> : VertexTypeMappingBase… struct
340 template <> struct VertexTypeMapping<GL_BYTE, true> : VertexTypeMappingBase… struct
341 template <> struct VertexTypeMapping<GL_UNSIGNED_BYTE, false> : VertexTypeMappingBase… struct
342 template <> struct VertexTypeMapping<GL_UNSIGNED_BYTE, true> : VertexTypeMappingBase… struct
343 template <> struct VertexTypeMapping<GL_SHORT, false> : VertexTypeMappingBase… struct
344 template <> struct VertexTypeMapping<GL_SHORT, true> : VertexTypeMappingBase… struct
345 template <> struct VertexTypeMapping<GL_UNSIGNED_SHORT, false> : VertexTypeMappingBase… struct
346 template <> struct VertexTypeMapping<GL_UNSIGNED_SHORT, true> : VertexTypeMappingBase… struct
347 template <bool normalized> struct VertexTypeMapping<GL_FIXED, normalized> : VertexTypeMappingBase… struct
[all …]