OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FastCopyFunctionMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
formatutils9.h
25
typedef std::map<std::pair<GLenum, GLenum>, ColorCopyFunction>
FastCopyFunctionMap
;
40
FastCopyFunctionMap
fastCopyFunctions;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
formatutils11.h
23
typedef std::map<std::pair<GLenum, GLenum>, ColorCopyFunction>
FastCopyFunctionMap
;
44
FastCopyFunctionMap
fastCopyFunctions;
Completed in 2271 milliseconds