Searched defs:numAlloc (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/ |
D | rsGrallocConsumer.cpp | 33 …rallocConsumer(Allocation *a, const sp<IGraphicBufferConsumer>& bq, int flags, uint32_t numAlloc) : in GrallocConsumer()
|
D | rsAllocation.cpp | 580 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/ |
D | Allocation.java | 2886 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
|
D | RenderScript.java | 492 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/ |
D | android_renderscript_RenderScript.cpp | 1228 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc) in nAllocationSetupBufferQueue()
|