Home
last modified time | relevance | path

Searched refs:forceCpu (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/tests/latency/
Dlatency.cpp13 bool forceCpu = false; in main() local
37 forceCpu = true; in main()
46 if (forceCpu) in main()
57 if (forceCpu) flags |= RS_INIT_LOW_LATENCY; in main()
/frameworks/rs/
DrsContext.cpp270 bool forceCpu = getProp("debug.rs.default-CPU-driver") != 0; in threadProc() local
271 if (forceCpu) { in threadProc()