Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
DVertexDataManager.cpp307 template <unsigned int D3DType> struct D3DToCType { }; struct
309 template <> struct D3DToCType<D3DVT_FLOAT> { typedef float type; }; struct
310 template <> struct D3DToCType<D3DVT_SHORT> { typedef short type; }; struct
311 template <> struct D3DToCType<D3DVT_SHORT_NORM> { typedef short type; }; struct
312 template <> struct D3DToCType<D3DVT_UBYTE> { typedef unsigned char type; }; struct
313 template <> struct D3DToCType<D3DVT_UBYTE_NORM> { typedef unsigned char type; }; argument
314 template <> struct D3DToCType<D3DVT_USHORT_NORM> { typedef unsigned short type; }; struct