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

  /frameworks/support/renderscript/v8/jni/
android_renderscript_RenderScript.cpp 318 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer)
320 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", con, (RsElement)type, mips, usage, (void *)pointer);
824 {"rsnAllocationCreateTyped", "(IIIII)I", (void*)nAllocationCreateTyped },
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 460 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer)
462 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", con, (RsElement)type, mips, usage, (void *)pointer);
    [all...]
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
RenderScript.java 186 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) {
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 255 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) {
    [all...]

Completed in 1241 milliseconds