Home | History | Annotate | Download | only in rs

Lines Matching full:alloc

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);
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);