Home
last modified time | relevance | path

Searched refs:numAlloc (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2890 public static Allocation[] createAllocations(RenderScript rs, Type t, int usage, int numAlloc) { in createAllocations() argument
2898 Allocation[] mAllocationArray = new Allocation[numAlloc]; in createAllocations()
2901 if (numAlloc > MAX_NUMBER_IO_INPUT_ALLOC) { in createAllocations()
2906 mAllocationArray[0].setupBufferQueue(numAlloc);; in createAllocations()
2909 for (int i=1; i<numAlloc; i++) { in createAllocations()
2957 void setupBufferQueue(int numAlloc) { in setupBufferQueue() argument
2962 mRS.nAllocationSetupBufferQueue(getID(mRS), numAlloc); in setupBufferQueue() local
H A DRenderScript.java498 native void rsnAllocationSetupBufferQueue(long con, long alloc, int numAlloc); in rsnAllocationSetupBufferQueue() argument
499 synchronized void nAllocationSetupBufferQueue(long alloc, int numAlloc) { in nAllocationSetupBufferQueue() argument
501 rsnAllocationSetupBufferQueue(mContext, alloc, numAlloc); in nAllocationSetupBufferQueue()
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1240 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc) in nAllocationSetupBufferQueue() argument
1244 (RsAllocation)alloc, numAlloc); in nAllocationSetupBufferQueue()
1246 rsAllocationSetupBufferQueue((RsContext)con, (RsAllocation)alloc, (uint32_t)numAlloc); in nAllocationSetupBufferQueue()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...