Searched refs:RS_INIT_LOW_LATENCY (Results 1 - 16 of 16) sorted by relevance

/frameworks/rs/tests/lldb/cpp/InfiniteLoop/
H A DInfiniteLoop.cpp29 rs->init("/data/rscache", RS_INIT_LOW_LATENCY);
/frameworks/rs/tests/lldb/cpp/MultipleRSFiles/
H A DMultipleRSFiles.cpp27 rs->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
/frameworks/rs/tests/lldb/cpp/WaitAttach/
H A DWaitAttach.cpp26 rs->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/
H A Djninodebugwaitattach.cpp34 rs->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
/frameworks/rs/tests/lldb/cpp/BranchingFunCalls/
H A DBranchingFunCalls.cpp26 rs->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
/frameworks/rs/tests/lldb/jni/BranchingFunCalls/jnibranchingfuncalls/
H A Djnibranchingfuncalls.cpp34 rs->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/
H A Djnidebugwaitattach.cpp34 rs->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
/frameworks/rs/tests/lldb/jni/InfiniteLoop/jniinfiniteloop/
H A Djniinfiniteloop.cpp35 rs->init(path, RS_INIT_LOW_LATENCY);
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/jnimultiplersfiles/
H A Djnimultiplersfiles.cpp35 rs->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
/frameworks/rs/tests/cpp_api/latency/
H A Dlatency.cpp54 if (forceCpu) flags |= RS_INIT_LOW_LATENCY;
/frameworks/rs/tests/lldb/cpp/KernelVariables/
H A DKernelVariables.cpp26 rs->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
H A Djnikernelvariables.cpp34 rs->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp332 mRS->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp341 mRS->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp693 if (!mRs->init("", RSC::RS_INIT_LOW_LATENCY | RSC::RS_INIT_SYNCHRONOUS)) {
/frameworks/rs/cpp/
H A DrsCppStructs.h72 RS_INIT_LOW_LATENCY = 2, ///< Prefer low latency devices over potentially higher throughput devices. enumerator in enum:android::RSC::RSInitFlags

Completed in 9651 milliseconds