Home
last modified time | relevance | path

Searched defs:numAlloc (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/
DrsGrallocConsumer.cpp33 …rallocConsumer(Allocation *a, const sp<IGraphicBufferConsumer>& bq, int flags, uint32_t numAlloc) : in GrallocConsumer()
DrsAllocation.cpp580 Allocation::NewBufferListener::NewBufferListener(uint32_t numAlloc) { in NewBufferListener()
602 void Allocation::setupGrallocConsumer(const Context *rsc, uint32_t numAlloc) { in setupGrallocConsumer()
895 void rsi_AllocationSetupBufferQueue(Context *rsc, RsAllocation valloc, uint32_t numAlloc) { in rsi_AllocationSetupBufferQueue()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java2886 public static Allocation[] createAllocations(RenderScript rs, Type t, int usage, int numAlloc) { in createAllocations()
2952 void setupBufferQueue(int numAlloc) { in setupBufferQueue()
2957 mRS.nAllocationSetupBufferQueue(getID(mRS), numAlloc); in setupBufferQueue() local
DRenderScript.java492 native void rsnAllocationSetupBufferQueue(long con, long alloc, int numAlloc); in rsnAllocationSetupBufferQueue()
493 synchronized void nAllocationSetupBufferQueue(long alloc, int numAlloc) { in nAllocationSetupBufferQueue()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1228 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc) in nAllocationSetupBufferQueue()