Home
last modified time | relevance | path

Searched refs:VertexTypeMappingBase (Results 1 – 1 of 1) sorted by relevance

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