Searched defs:compIdx (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 549 …onElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int … in rsnAllocationElementData() 550 …nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int … in nAllocationElementData() 635 int mip, int compIdx, byte[] d, int sizeBytes); in rsnAllocationElementRead() 637 int mip, int compIdx, byte[] d, int sizeBytes) { in nAllocationElementRead()
|
/aosp14/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1403 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementData() 1545 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementRead()
|