HomeSort by relevance Sort by last modified time
    Searched refs:nAllocationCreateTyped (Results 1 - 7 of 7) sorted by null

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java     [all...]
RenderScript.java 307 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) {
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Allocation.java     [all...]
RenderScript.java 361 synchronized long nAllocationCreateTyped(long type, int mip, int usage, long pointer) {
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 321 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer)
323 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", con, (RsElement)type, mips, usage, (void *)pointer);
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 532 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, jlong pointer)
534 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", (RsContext)con, (RsElement)type, mips, usage, (void *)pointer);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 51 milliseconds