Home
last modified time | relevance | path

Searched defs:xBytesSize (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/support/java/src/androidx/renderscript/
DScript.java55 int xBytesSize = inType.getX() * inType.getElement().getBytesSize(); in getDummyAlloc() local
DRenderScript.java455 …native ByteBuffer rsnAllocationGetByteBuffer(long con, long alloc, int xBytesSize, int dimY, int d… in rsnAllocationGetByteBuffer()
456 … synchronized ByteBuffer nAllocationGetByteBuffer(long alloc, int xBytesSize, int dimY, int dimZ) { in nAllocationGetByteBuffer()
1044 …ve long rsnIncAllocationCreateTyped(long con, long incCon, long alloc, long type, int xBytesSize); in rsnIncAllocationCreateTyped()
1045 synchronized long nIncAllocationCreateTyped(long alloc, long type, int xBytesSize) { in nIncAllocationCreateTyped()
DAllocation.java531 int xBytesSize = mType.getX() * mType.getElement().getBytesSize(); in getByteBuffer() local
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp2205 …ped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong alloc, jlong type, jint xBytesSize) in nIncAllocationCreateTyped()
2241 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xBytesSize, jint… in nAllocationGetByteBuffer()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java2866 int xBytesSize = mType.getX() * mType.getElement().getBytesSize(); in getByteBuffer() local
DRenderScript.java491 int xBytesSize, int dimY, int dimZ); in rsnAllocationGetByteBuffer()
492 synchronized ByteBuffer nAllocationGetByteBuffer(long alloc, long[] stride, int xBytesSize, in nAllocationGetByteBuffer()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2771 jlongArray strideArr, jint xBytesSize, in nAllocationGetByteBuffer()