OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:forcecpu
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/tests/latency/
latency.cpp
13
bool
forceCpu
= false;
37
forceCpu
= true;
46
if (
forceCpu
)
57
if (
forceCpu
) flags |= RS_INIT_LOW_LATENCY;
/frameworks/rs/
rsContext.cpp
272
bool
forceCpu
= getProp("debug.rs.default-CPU-driver") != 0;
273
if (
forceCpu
) {
Completed in 144 milliseconds