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

  /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/graphics/jni/
android_renderscript_RenderScript.cpp 459 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer)
461 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", con, (RsElement)type, mips, usage, (void *)pointer);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 226 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) {
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 310 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 207 milliseconds