Home
last modified time | relevance | path

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

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