Home
last modified time | relevance | path

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

/frameworks/rs/
DrsGrallocConsumer.cpp25 GrallocConsumer::GrallocConsumer (const Context *rsc, Allocation *a, uint32_t numAlloc) in GrallocConsumer()
DrsAllocation.cpp579 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()
DrsHidlAdaptation.cpp1063 …ptation::AllocationSetupBufferQueue (RsContext context, RsAllocation allocation, uint32_t numAlloc) in AllocationSetupBufferQueue()
DrsApiStubs.cpp365 …"C" void rsAllocationSetupBufferQueue (RsContext ctxWrapper, RsAllocation alloc, uint32_t numAlloc) in rsAllocationSetupBufferQueue()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java2886 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
DRenderScript.java504 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/
Dandroid_renderscript_RenderScript.cpp1241 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc) in nAllocationSetupBufferQueue()