Lines Matching refs:RsAllocation

180 extern "C" RsAllocation rsAllocationCreateTyped(
187 extern "C" RsAllocation rsAllocationCreateFromBitmap(
194 extern "C" RsAllocation rsAllocationCubeCreateFromBitmap(
201 extern "C" RsAllocation rsAllocationAdapterCreate(RsContext rsc, RsType vtype,
202 RsAllocation baseAlloc)
207 extern "C" const void* rsaAllocationGetType(RsContext con, RsAllocation va)
213 RsAllocation alloc)
218 extern "C" void rsAllocationSetupBufferQueue(RsContext rsc, RsAllocation alloc,
224 extern "C" void rsAllocationShareBufferQueue(RsContext rsc, RsAllocation alloc1,
225 RsAllocation alloc2)
230 extern "C" void rsAllocationSetSurface(RsContext rsc, RsAllocation alloc,
236 extern "C" void rsAllocationAdapterOffset(RsContext rsc, RsAllocation alloc,
243 extern "C" void rsAllocationCopyToBitmap(RsContext rsc, RsAllocation alloc,
249 extern "C" void* rsAllocationGetPointer(RsContext rsc, RsAllocation va,
258 extern "C" void rsAllocation1DData(RsContext rsc, RsAllocation va,
265 extern "C" void rsAllocation1DElementData(RsContext rsc, RsAllocation va,
273 extern "C" void rsAllocationElementData(RsContext rsc, RsAllocation va,
281 extern "C" void rsAllocation2DData(RsContext rsc, RsAllocation va,
290 extern "C" void rsAllocation3DData(RsContext rsc, RsAllocation va,
299 extern "C" void rsAllocationGenerateMipmaps(RsContext rsc, RsAllocation va)
304 extern "C" void rsAllocationRead(RsContext rsc, RsAllocation va, void* data,
310 extern "C" void rsAllocation1DRead(RsContext rsc, RsAllocation va,
317 extern "C" void rsAllocationElementRead(RsContext rsc, RsAllocation va,
325 extern "C" void rsAllocation2DRead(RsContext rsc, RsAllocation va,
334 extern "C" void rsAllocation3DRead(RsContext rsc, RsAllocation va,
343 extern "C" void rsAllocationSyncAll(RsContext rsc, RsAllocation va,
349 extern "C" void rsAllocationResize1D(RsContext rsc, RsAllocation va,
355 extern "C" void rsAllocationCopy2DRange(RsContext rsc, RsAllocation dest,
359 RsAllocation src, uint32_t srcXoff,
366 extern "C" void rsAllocationCopy3DRange(RsContext rsc, RsAllocation dest,
370 uint32_t depth, RsAllocation src,
377 extern "C" void rsAllocationIoSend(RsContext rsc, RsAllocation alloc)
382 extern "C" int64_t rsAllocationIoReceive(RsContext rsc, RsAllocation alloc)
406 RsContext rsc, RsScriptKernelID kernelID, RsAllocation returnValue,
457 RsAllocation alloc)
464 RsAllocation alloc)
501 RsAllocation va, uint32_t slot)
525 RsAllocation ain, RsAllocation aout,
533 RsAllocation* ains, size_t ains_length,
534 RsAllocation aout, const void* usr,
542 RsAllocation* ains, size_t ains_length,
543 RsAllocation aout, const RsScriptCall* sc,
701 extern "C" RsMesh rsMeshCreate(RsContext rsc, RsAllocation* vtx,
702 size_t vtx_length, RsAllocation* idx,
710 uint32_t slot, RsAllocation constants)
716 uint32_t slot, RsAllocation a)
775 RsAllocation* vtxData, uint32_t vtxDataCount)
780 extern "C" void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation* va,