Searched defs:nativeFormat (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Dformatutils9.h52 D3DDECLTYPE nativeFormat; member in struct:rx::d3d9::VertexFormat
H A Dformatutils9.cpp482 nativeFormat(D3DDECLTYPE_UNUSED),
488 VertexFormat CreateVertexFormatInfo(bool identity, size_t elementSize, VertexCopyFunction copyFunc, D3DDECLTYPE nativeFormat) argument
494 formatInfo.nativeFormat = nativeFormat;
495 formatInfo.componentType = GetDeclTypeComponentType(nativeFormat);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Dformatutils11.h75 DXGI_FORMAT nativeFormat; member in struct:rx::d3d11::VertexFormat
H A Dformatutils11.cpp869 nativeFormat(DXGI_FORMAT_UNKNOWN),
875 VertexConversionType conversionType, DXGI_FORMAT nativeFormat, VertexCopyFunction copyFunction)
881 info.nativeFormat = nativeFormat;
888 VertexConversionType conversionType, DXGI_FORMAT nativeFormat, VertexCopyFunction copyFunction)
894 info.nativeFormat = nativeFormat;
874 AddVertexFormatInfo(D3D11VertexFormatInfoMap *map, GLenum inputType, GLboolean normalized, GLuint componentCount, VertexConversionType conversionType, DXGI_FORMAT nativeFormat, VertexCopyFunction copyFunction) argument
887 AddIntegerVertexFormatInfo(D3D11VertexFormatInfoMap *map, GLenum inputType, GLuint componentCount, VertexConversionType conversionType, DXGI_FORMAT nativeFormat, VertexCopyFunction copyFunction) argument
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusStringFormat.h31 nativeFormat = NULL;
35 &nativeFormat
48 nativeFormat = NULL;
50 format ? format->nativeFormat : NULL,
51 &nativeFormat
60 nativeFormat,
72 DllExports::GdipDeleteStringFormat(nativeFormat);
78 nativeFormat,
86 SetStatus(DllExports::GdipGetStringFormatFlags(nativeFormat, &flags));
97 nativeFormat,
330 GpStringFormat *nativeFormat; member in class:StringFormat
[all...]

Completed in 79 milliseconds