HomeSort by relevance Sort by last modified time
    Searched refs:ColorCopyFunction (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
formatutils11.h 43 ColorCopyFunction GetFastCopyFunction(DXGI_FORMAT sourceFormat, GLenum destFormat, GLenum destType);
formatutils11.cpp     [all...]
Renderer11.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
formatutils9.h 38 ColorCopyFunction GetFastCopyFunction(D3DFORMAT sourceFormat, GLenum destFormat, GLenum destType, GLuint clientVersion);
formatutils9.cpp 278 typedef std::map<D3D9FastCopyFormat, ColorCopyFunction> D3D9FastCopyMap;
279 typedef std::pair<D3D9FastCopyFormat, ColorCopyFunction> D3D9FastCopyPair;
450 ColorCopyFunction GetFastCopyFunction(D3DFORMAT sourceFormat, GLenum destFormat, GLenum destType, GLuint clientVersion)
    [all...]
Renderer9.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.h 31 typedef void (*ColorCopyFunction)(const void *source, void *dest);

Completed in 110 milliseconds