Searched defs:numAlloc (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/ |
D | rsGrallocConsumer.cpp | 25 GrallocConsumer::GrallocConsumer (const Context *rsc, Allocation *a, uint32_t numAlloc) in GrallocConsumer()
|
D | rsAllocation.cpp | 579 void Allocation::setupGrallocConsumer(const Context *rsc, uint32_t numAlloc) { in setupGrallocConsumer() 855 void rsi_AllocationSetupBufferQueue(Context *rsc, RsAllocation valloc, uint32_t numAlloc) { in rsi_AllocationSetupBufferQueue()
|
D | rsHidlAdaptation.cpp | 1063 …ptation::AllocationSetupBufferQueue (RsContext context, RsAllocation allocation, uint32_t numAlloc) in AllocationSetupBufferQueue()
|
D | rsApiStubs.cpp | 365 …"C" void rsAllocationSetupBufferQueue (RsContext ctxWrapper, RsAllocation alloc, uint32_t numAlloc) in rsAllocationSetupBufferQueue()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 2886 public static Allocation[] createAllocations(RenderScript rs, Type t, int usage, int numAlloc) { in createAllocations() 2953 void setupBufferQueue(int numAlloc) { in setupBufferQueue() 2958 mRS.nAllocationSetupBufferQueue(getID(mRS), numAlloc); in setupBufferQueue() local
|
D | RenderScript.java | 504 native void rsnAllocationSetupBufferQueue(long con, long alloc, int numAlloc); in rsnAllocationSetupBufferQueue() 505 synchronized void nAllocationSetupBufferQueue(long alloc, int numAlloc) { in nAllocationSetupBufferQueue()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1241 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc) in nAllocationSetupBufferQueue()
|