Lines Matching refs:Context
68 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
76 void syncAll(Context *rsc, RsAllocationUsageType src);
78 …void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len…
80 void resize1D(Context *rsc, uint32_t dimX);
81 void resize2D(Context *rsc, uint32_t dimX, uint32_t dimY);
83 …void data(Context *rsc, uint32_t xoff, uint32_t lod, uint32_t count, const void *data, uint32_t si…
84 … void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
86 …void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCub…
89 void elementData(Context *rsc, uint32_t x,
91 void elementData(Context *rsc, uint32_t x, uint32_t y,
102 static Allocation *createFromStream(Context *rsc, IStream *stream);
121 void sendDirty(const Context *rsc) const;
132 Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc);