Searched defs:xBytesSize (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | Script.java | 50 int xBytesSize = inType.getX() * inType.getElement().getBytesSize(); in getDummyAlloc() local
|
D | RenderScript.java | 450 …native ByteBuffer rsnAllocationGetByteBuffer(long con, long alloc, int xBytesSize, int dimY, int d… in rsnAllocationGetByteBuffer() 451 … synchronized ByteBuffer nAllocationGetByteBuffer(long alloc, int xBytesSize, int dimY, int dimZ) { in nAllocationGetByteBuffer() 1039 …ve long rsnIncAllocationCreateTyped(long con, long incCon, long alloc, long type, int xBytesSize); in rsnIncAllocationCreateTyped() 1040 synchronized long nIncAllocationCreateTyped(long alloc, long type, int xBytesSize) { in nIncAllocationCreateTyped()
|
D | Allocation.java | 526 int xBytesSize = mType.getX() * mType.getElement().getBytesSize(); in getByteBuffer() local
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 2203 …ped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong alloc, jlong type, jint xBytesSize) in nIncAllocationCreateTyped() 2239 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xBytesSize, jint… in nAllocationGetByteBuffer()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 2862 int xBytesSize = mType.getX() * mType.getElement().getBytesSize(); in getByteBuffer() local
|
D | RenderScript.java | 486 …ffer rsnAllocationGetByteBuffer(long con, long alloc, long[] stride, int xBytesSize, int dimY, int… in rsnAllocationGetByteBuffer() 487 …synchronized ByteBuffer nAllocationGetByteBuffer(long alloc, long[] stride, int xBytesSize, int di… in nAllocationGetByteBuffer()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2768 jlongArray strideArr, jint xBytesSize, in nAllocationGetByteBuffer()
|