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

  /frameworks/base/graphics/java/android/renderscript/
Allocation.java     [all...]
RenderScript.java 255 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) {
    [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...]

Completed in 20 milliseconds