Searched refs:numAlloc (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | Allocation.java | 2890 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 D | RenderScript.java | 498 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 D | android_renderscript_RenderScript.cpp | 1240 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |