OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fContextOptionsProc
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
Test.h
97
: name(n), needsGpu(g), proc(p),
fContextOptionsProc
(optionsProc) {}
101
ContextOptionsProc
fContextOptionsProc
;
104
if (
fContextOptionsProc
) {
105
(*
fContextOptionsProc
)(options);
/external/skqp/tests/
Test.h
97
: name(n), needsGpu(g), proc(p),
fContextOptionsProc
(optionsProc) {}
101
ContextOptionsProc
fContextOptionsProc
;
104
if (
fContextOptionsProc
) {
105
(*
fContextOptionsProc
)(options);
Completed in 214 milliseconds