OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsGpu
(Results
1 - 3
of
3
) sorted by null
/external/skia/tests/
skia_test.cpp
168
if (should_run(test.name, test.
needsGpu
)) {
185
if (!should_run(test.name, test.
needsGpu
)) {
187
} else if (test.
needsGpu
) {
Test.h
48
Test(const char* n, bool g, TestProc p) : name(n),
needsGpu
(g), proc(p) {}
50
bool
needsGpu
;
/external/skia/dm/
DM.cpp
[
all
...]
Completed in 2294 milliseconds