Home
last modified time | relevance | path

Searched refs:valloc (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/renderscript/v8/rs_support/
DrsAdapter.cpp60 void rsi_Adapter1DBindAllocation(Context *rsc, RsAdapter1D va, RsAllocation valloc) { in rsi_Adapter1DBindAllocation() argument
62 Allocation * alloc = static_cast<Allocation *>(valloc); in rsi_Adapter1DBindAllocation()
134 void rsi_Adapter2DBindAllocation(Context *rsc, RsAdapter2D va, RsAllocation valloc) { in rsi_Adapter2DBindAllocation() argument
136 Allocation * alloc = static_cast<Allocation *>(valloc); in rsi_Adapter2DBindAllocation()
/frameworks/rs/
DrsAdapter.cpp60 void rsi_Adapter1DBindAllocation(Context *rsc, RsAdapter1D va, RsAllocation valloc) { in rsi_Adapter1DBindAllocation() argument
62 Allocation * alloc = static_cast<Allocation *>(valloc); in rsi_Adapter1DBindAllocation()
134 void rsi_Adapter2DBindAllocation(Context *rsc, RsAdapter2D va, RsAllocation valloc) { in rsi_Adapter2DBindAllocation() argument
136 Allocation * alloc = static_cast<Allocation *>(valloc); in rsi_Adapter2DBindAllocation()
DrsAllocation.cpp638 int32_t rsi_AllocationGetSurfaceTextureID(Context *rsc, RsAllocation valloc) { in rsi_AllocationGetSurfaceTextureID() argument
639 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationGetSurfaceTextureID()
643 void rsi_AllocationGetSurfaceTextureID2(Context *rsc, RsAllocation valloc, void *vst, size_t len) { in rsi_AllocationGetSurfaceTextureID2() argument
644 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationGetSurfaceTextureID2()
648 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { in rsi_AllocationSetSurface() argument
649 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationSetSurface()
653 void rsi_AllocationIoSend(Context *rsc, RsAllocation valloc) { in rsi_AllocationIoSend() argument
654 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationIoSend()
658 void rsi_AllocationIoReceive(Context *rsc, RsAllocation valloc) { in rsi_AllocationIoReceive() argument
659 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationIoReceive()