Searched defs:copyFunction (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Dformatutils9.h51 VertexCopyFunction copyFunction; member in struct:rx::d3d9::VertexFormat
H A Dformatutils9.cpp30 ColorCopyFunction copyFunction; member in struct:rx::d3d9::D3D9FastCopyFormat
32 D3D9FastCopyFormat(GLenum destFormat, GLenum destType, ColorCopyFunction copyFunction) argument
33 : destFormat(destFormat), destType(destType), copyFunction(copyFunction)
89 info.fastCopyFunctions.insert(std::make_pair(std::make_pair(i->second.destFormat, i->second.destType), i->second.copyFunction));
481 copyFunction(NULL),
493 formatInfo.copyFunction = copyFunc;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Dformatutils11.h76 VertexCopyFunction copyFunction; member in struct:rx::d3d11::VertexFormat
H A Dformatutils11.cpp107 ColorCopyFunction copyFunction; member in struct:rx::d3d11::D3D11FastCopyFormat
109 D3D11FastCopyFormat(GLenum destFormat, GLenum destType, ColorCopyFunction copyFunction) argument
110 : destFormat(destFormat), destType(destType), copyFunction(copyFunction)
238 info.fastCopyFunctions.insert(std::make_pair(std::make_pair(i->second.destFormat, i->second.destType), i->second.copyFunction));
870 copyFunction(NULL)
875 VertexConversionType conversionType, DXGI_FORMAT nativeFormat, VertexCopyFunction copyFunction)
882 info.copyFunction = copyFunction;
888 VertexConversionType conversionType, DXGI_FORMAT nativeFormat, VertexCopyFunction copyFunction)
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
[all...]

Completed in 176 milliseconds