Searched refs:lod (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | AllocationAdapter.java | 43 void initLOD(int lod) { in initLOD() argument 44 if (lod < 0) { in initLOD() 45 throw new RSIllegalArgumentException("Attempting to set negative lod (" + lod + ")."); in initLOD() 52 for (int ct=0; ct < lod; ct++) { in initLOD() 54 … throw new RSIllegalArgumentException("Attempting to set lod (" + lod + ") out of range."); in initLOD() 107 public void setLOD(int lod) { in setLOD() argument 115 initLOD(lod); in setLOD() 116 mSelectedLOD = lod; in setLOD()
|
/aosp14/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1397 (RsContext)con, alloc, offset, lod, count, ptr, sizeBytes); in nAllocationData1D() 1403 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementData() argument 1418 lod, ptr, sizeBytes, compIdx); in nAllocationElementData() 1478 lod, w, h, d, sizeBytes); in nAllocationData3D() 1538 (RsContext)con, alloc, offset, lod, count, ptr, sizeBytes); in nAllocationRead1D() 1545 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementRead() argument 1560 lod, ptr, sizeBytes, compIdx); in nAllocationElementRead() 1591 lod, w, h, d, sizeBytes); in nAllocationRead3D() 1632 jint x, jint y, jint z, jint face, jint lod, in nAllocationAdapterOffset() argument 1637 (uint32_t)lod, (uint32_t)a1, (uint32_t)a2, (uint32_t)a3, (uint32_t)a4 in nAllocationAdapterOffset() [all …]
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |