Searched defs:valloc (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsAdapter.cpp60 void rsi_Adapter1DBindAllocation(Context *rsc, RsAdapter1D va, RsAllocation valloc) { argument
62 Allocation * alloc = static_cast<Allocation *>(valloc);
134 void rsi_Adapter2DBindAllocation(Context *rsc, RsAdapter2D va, RsAllocation valloc) { argument
136 Allocation * alloc = static_cast<Allocation *>(valloc);
H A DrsAllocation.cpp698 void * rsi_AllocationGetSurface(Context *rsc, RsAllocation valloc) { argument
699 Allocation *alloc = static_cast<Allocation *>(valloc);
704 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { argument
705 Allocation *alloc = static_cast<Allocation *>(valloc);
709 void rsi_AllocationIoSend(Context *rsc, RsAllocation valloc) { argument
710 Allocation *alloc = static_cast<Allocation *>(valloc);
714 void rsi_AllocationIoReceive(Context *rsc, RsAllocation valloc) { argument
715 Allocation *alloc = static_cast<Allocation *>(valloc);

Completed in 70 milliseconds