• Home
  • Raw
  • Download

Lines Matching refs:uint32_t

92     bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow);
99 void* (*allocRuntimeMem)(size_t size, uint32_t flags);
108 uint32_t flags);
114 uint32_t slot,
120 uint32_t slot,
130 uint32_t slot,
134 uint32_t slot,
138 uint32_t slot,
142 const uint32_t *dims,
145 uint32_t slot,
148 uint32_t slot,
154 uint32_t slot,
167 uint32_t (*grallocBits)(const Context *rsc, Allocation *alloc);
187 uint32_t xoff, uint32_t lod, size_t count,
190 uint32_t xoff, uint32_t yoff, uint32_t lod,
191 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
194 uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
195 uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes,
199 uint32_t xoff, uint32_t lod, size_t count,
202 uint32_t xoff, uint32_t yoff, uint32_t lod,
203 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
206 uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
207 uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes,
219 uint32_t dstXoff, uint32_t dstLod, size_t count,
220 const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod);
223 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod,
224 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
226 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod,
230 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
231 uint32_t dstLod,
232 uint32_t w, uint32_t h, uint32_t d,
234 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
235 uint32_t srcLod);
237 void (*elementData1D)(const Context *rsc, const Allocation *alloc, uint32_t x,
238 const void *data, uint32_t elementOff, size_t sizeBytes);
239 void (*elementData2D)(const Context *rsc, const Allocation *alloc, uint32_t x, uint32_t y,
240 const void *data, uint32_t elementOff, size_t sizeBytes);
279 … void (*draw)(const Context *rsc, const Mesh *m, uint32_t primIndex, uint32_t start, uint32_t len);
336 bool rsdHalInit(RsContext, uint32_t version_major, uint32_t version_minor);