Home
last modified time | relevance | path

Searched defs:dimX (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DType.java268 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 DAllocationAdapter.java316 public synchronized void resize(int dimX) { in resize()
H A DAllocation.java2076 public synchronized void resize(int dimX) { in resize()
2083 mRS.nAllocationResize1D(getID(mRS), dimX); in resize() local
H A DRenderScript.java668 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 Dandroid_renderscript_RenderScript.cpp1608 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) in nAllocationResize1D()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...