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

  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 675 nAllocationResize1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX)
677 LOG_API("nAllocationResize1D, con(%p), alloc(%p), sizeX(%i)", con, (RsAllocation)alloc, dimX);
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 845 nAllocationResize1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX)
847 LOG_API("nAllocationResize1D, con(%p), alloc(%p), sizeX(%i)", con, (RsAllocation)alloc, dimX);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 429 synchronized void nAllocationResize1D(int id, int dimX) {
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 506 synchronized void nAllocationResize1D(int id, int dimX) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 26 milliseconds