Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Dformatutils9.h51 VertexCopyFunction copyFunction;
Dformatutils9.cpp488 VertexFormat CreateVertexFormatInfo(bool identity, size_t elementSize, VertexCopyFunction copyFunc,… in CreateVertexFormatInfo()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Dformatutils11.h76 VertexCopyFunction copyFunction;
Dformatutils11.cpp875 … VertexConversionType conversionType, DXGI_FORMAT nativeFormat, VertexCopyFunction copyFunction) in AddVertexFormatInfo()
888 … VertexConversionType conversionType, DXGI_FORMAT nativeFormat, VertexCopyFunction copyFunction) in AddIntegerVertexFormatInfo()
/external/chromium_org/third_party/angle/src/libGLESv2/
Dformatutils.h35 typedef void (*VertexCopyFunction)(const uint8_t *input, size_t stride, size_t count, uint8_t *outp… typedef