Home | History | Annotate | Download | only in rs

Lines Matching refs:RsAllocation

18 #include "rsAllocation.h"
523 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) {
529 void rsi_AllocationGenerateMipmaps(Context *rsc, RsAllocation va) {
534 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) {
541 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod,
547 void rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lod, RsAllocationCubemapFace face,
553 void rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t lod,
559 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
565 void rsi_Allocation3DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
572 void rsi_AllocationRead(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) {
584 void rsi_AllocationResize1D(Context *rsc, RsAllocation va, uint32_t dimX) {
589 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) {
594 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype,
605 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype,
610 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0);
627 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype,
635 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0);
666 RsAllocation dstAlloc,
670 RsAllocation srcAlloc,
683 RsAllocation dstAlloc,
687 RsAllocation srcAlloc,
698 void * rsi_AllocationGetSurface(Context *rsc, RsAllocation valloc) {
704 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) {
709 void rsi_AllocationIoSend(Context *rsc, RsAllocation valloc) {
714 void rsi_AllocationIoReceive(Context *rsc, RsAllocation valloc) {
719 void rsi_Allocation1DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod,
725 void rsi_Allocation2DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff,
735 extern "C" const void * rsaAllocationGetType(RsContext con, RsAllocation va) {