Searched defs:dimX (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | Type.java | 268 static public Type createX(RenderScript rs, Element e, int dimX) { in createX() 292 static public Type createXY(RenderScript rs, Element e, int dimX, int dimY) { in createXY() 318 static public Type createXYZ(RenderScript rs, Element e, int dimX, int dimY, int dimZ) { in createXYZ()
|
H A D | AllocationAdapter.java | 316 public synchronized void resize(int dimX) { in resize()
|
H A D | Allocation.java | 2076 public synchronized void resize(int dimX) { in resize() 2083 mRS.nAllocationResize1D(getID(mRS), dimX); in resize() local
|
H A D | RenderScript.java | 668 native void rsnAllocationResize1D(long con, long id, int dimX); in rsnAllocationResize1D() 669 synchronized void nAllocationResize1D(long id, int dimX) { in nAllocationResize1D()
|
/aosp14/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1608 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) in nAllocationResize1D()
|
/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 ... |