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

/frameworks/rs/
H A DrsAllocation.cpp855 void rsi_AllocationSetupBufferQueue(Context *rsc, RsAllocation valloc, uint32_t numAlloc) { argument
856 Allocation *alloc = static_cast<Allocation *>(valloc);
860 void * rsi_AllocationGetSurface(Context *rsc, RsAllocation valloc) { argument
861 Allocation *alloc = static_cast<Allocation *>(valloc);
872 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { argument
873 Allocation *alloc = static_cast<Allocation *>(valloc);
877 void rsi_AllocationIoSend(Context *rsc, RsAllocation valloc) { argument
878 Allocation *alloc = static_cast<Allocation *>(valloc);
882 int64_t rsi_AllocationIoReceive(Context *rsc, RsAllocation valloc) { argument
883 Allocation *alloc = static_cast<Allocation *>(valloc);
888 rsi_AllocationGetPointer(Context *rsc, RsAllocation valloc, uint32_t lod, RsAllocationCubemapFace face, uint32_t z, uint32_t array, size_t *stride, size_t strideLen) argument
[all...]

Completed in 74 milliseconds