Home | History | Annotate | Download | only in rs

Lines Matching full:allocation

31 class Allocation;
112 const Allocation * ain,
113 Allocation * aout,
137 Allocation *data);
146 bool (*init)(const Context *rsc, Allocation *alloc, bool forceZero);
147 void (*destroy)(const Context *rsc, Allocation *alloc);
149 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
151 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src);
152 void (*markDirty)(const Context *rsc, const Allocation *alloc);
154 void * (*getSurface)(const Context *rsc, const Allocation *alloc);
155 void (*setSurface)(const Context *rsc, Allocation *alloc, ANativeWindow *sur);
156 void (*ioSend)(const Context *rsc, Allocation *alloc);
157 void (*ioReceive)(const Context *rsc, Allocation *alloc);
159 void (*data1D)(const Context *rsc, const Allocation *alloc,
162 void (*data2D)(const Context *rsc, const Allocation *alloc,
166 void (*data3D)(const Context *rsc, const Allocation *alloc,
171 void (*read1D)(const Context *rsc, const Allocation *alloc,
174 void (*read2D)(const Context *rsc, const Allocation *alloc,
178 void (*read3D)(const Context *rsc, const Allocation *alloc,
186 void * (*lock1D)(const Context *rsc, const Allocation *alloc);
187 void (*unlock1D)(const Context *rsc, const Allocation *alloc);
189 // Allocation to allocation copies
191 const Allocation *dstAlloc,
193 const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod);
195 const Allocation *dstAlloc,
198 const Allocation *srcAlloc,
202 const Allocation *dstAlloc,
206 const Allocation *srcAlloc,
210 void (*elementData1D)(const Context *rsc, const Allocation *alloc, uint32_t x,
212 void (*elementData2D)(const Context *rsc, const Allocation *alloc, uint32_t x, uint32_t y,
215 void (*generateMipmaps)(const Context *rsc, const Allocation *alloc);
216 } allocation;
255 bool (*initStatic)(const Context *rsc, const Path *m, const Allocation *vtx, const Allocation *loops);
275 const ScriptKernelID *kid, Allocation *);
277 const ScriptKernelID *kid, Allocation *);