OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:copyFunction
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
formatutils9.h
51
VertexCopyFunction
copyFunction
;
formatutils9.cpp
30
ColorCopyFunction
copyFunction
;
32
D3D9FastCopyFormat(GLenum destFormat, GLenum destType, ColorCopyFunction
copyFunction
)
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;
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
formatutils11.h
76
VertexCopyFunction
copyFunction
;
formatutils11.cpp
107
ColorCopyFunction
copyFunction
;
109
D3D11FastCopyFormat(GLenum destFormat, GLenum destType, ColorCopyFunction
copyFunction
)
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
));
[
all
...]
Completed in 170 milliseconds