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

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java     [all...]
RenderScript.java 455 synchronized void nAllocationData3D(int dstAlloc, int dstXoff, int dstYoff, int dstZoff,
468 synchronized void nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) {
473 synchronized void nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) {
478 synchronized void nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) {
483 synchronized void nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /frameworks/base/rs/java/android/renderscript/
Allocation.java     [all...]
RenderScript.java 491 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff,
505 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip,
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 743 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod,
    [all...]

Completed in 198 milliseconds