Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DVertexBuffer9.cpp286 template <unsigned int D3DType> struct D3DToCType { }; struct
288 template <> struct D3DToCType<D3DVT_FLOAT> { typedef float type; }; argument
289 template <> struct D3DToCType<D3DVT_SHORT> { typedef short type; }; argument
290 template <> struct D3DToCType<D3DVT_SHORT_NORM> { typedef short type; }; struct
291 template <> struct D3DToCType<D3DVT_UBYTE> { typedef unsigned char type; }; argument
292 template <> struct D3DToCType<D3DVT_UBYTE_NORM> { typedef unsigned char type; }; struct
293 template <> struct D3DToCType<D3DVT_USHORT_NORM> { typedef unsigned short type; }; struct
356 struct ConversionRule : Cast<typename GLToCType<fromType>::type, typename D3DToCType<toType>::type>…
391 …DefaultVertexValues<typename D3DToCType<PreferenceRule< VertexTypeMapping<fromType, normalized> >:…