Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
DVertexDataManager.cpp358 struct VertexTypeMapping struct
369 template <> struct VertexTypeMapping<GL_BYTE, false> : VertexTypeMappingBase… struct
370 template <> struct VertexTypeMapping<GL_BYTE, true> : VertexTypeMappingBase… struct
371 template <> struct VertexTypeMapping<GL_UNSIGNED_BYTE, false> : VertexTypeMappingBase… struct
372 template <> struct VertexTypeMapping<GL_UNSIGNED_BYTE, true> : VertexTypeMappingBase… struct
373 template <> struct VertexTypeMapping<GL_SHORT, false> : VertexTypeMappingBase… struct
374 template <> struct VertexTypeMapping<GL_SHORT, true> : VertexTypeMappingBase… struct
375 template <> struct VertexTypeMapping<GL_UNSIGNED_SHORT, false> : VertexTypeMappingBase… struct
376 template <> struct VertexTypeMapping<GL_UNSIGNED_SHORT, true> : VertexTypeMappingBase… struct
377 template <bool normalized> struct VertexTypeMapping<GL_FIXED, normalized> : VertexTypeMappingBase… struct
[all …]