Searched refs:RS_INIT_WAIT_FOR_ATTACH (Results 1 – 12 of 12) sorted by relevance
/frameworks/rs/tests/lldb/cpp/WaitAttach/ |
D | WaitAttach.cpp | 26 rs->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in main()
|
/frameworks/rs/tests/lldb/cpp/MultipleRSFiles/ |
D | MultipleRSFiles.cpp | 27 rs->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in main()
|
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/ |
D | jninodebugwaitattach.cpp | 34 rs->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in Java_com_android_rs_jninodebugwaitattach_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/cpp/BranchingFunCalls/ |
D | BranchingFunCalls.cpp | 26 rs->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in main()
|
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/ |
D | jnidebugwaitattach.cpp | 34 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/ |
D | jnimultiplersfiles.cpp | 35 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/ |
D | jnibranchingfuncalls.cpp | 34 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/ |
D | KernelVariables.cpp | 26 rs->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in main()
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
D | jnikernelvariables.cpp | 34 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/ |
D | Allocations.cpp | 332 mRS->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in main()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 341 mRS->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
|
/frameworks/rs/cpp/ |
D | rsCppStructs.h | 74 …RS_INIT_WAIT_FOR_ATTACH = 8, ///< Kernel execution will hold to give time for a debugger to be a… enumerator
|