OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nAllocationSyncAll
(Results
1 - 4
of
4
) sorted by null
/frameworks/support/renderscript/v8/jni/
android_renderscript_RenderScript.cpp
325
nAllocationSyncAll
(JNIEnv *_env, jobject _this, RsContext con, jint a, jint bits)
327
LOG_API("
nAllocationSyncAll
, con(%p), a(%p), bits(0x%08x)", con, (RsAllocation)a, bits);
[
all
...]
/frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp
467
nAllocationSyncAll
(JNIEnv *_env, jobject _this, RsContext con, jint a, jint bits)
469
LOG_API("
nAllocationSyncAll
, con(%p), a(%p), bits(0x%08x)", con, (RsAllocation)a, bits);
[
all
...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
RenderScript.java
219
synchronized void
nAllocationSyncAll
(int alloc, int src) {
/frameworks/base/graphics/java/android/renderscript/
RenderScript.java
288
synchronized void
nAllocationSyncAll
(int alloc, int src) {
[
all
...]
Completed in 1179 milliseconds