Lines Matching refs:uint32_t
38 uint32_t textureID;
43 uint32_t bufferID;
46 uint32_t renderTargetID;
80 uint32_t rsdAllocationGrallocBits(const android::renderscript::Context *rsc,
112 uint32_t xoff, uint32_t lod, size_t count,
116 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
117 uint32_t w, uint32_t h,
121 uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
122 uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes,
127 uint32_t xoff, uint32_t lod, size_t count,
131 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
132 uint32_t w, uint32_t h,
136 uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
137 uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes,
148 uint32_t dstXoff, uint32_t dstLod, size_t count,
150 uint32_t srcXoff, uint32_t srcLod);
153 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod,
154 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
156 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod,
160 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
161 uint32_t dstLod,
162 uint32_t w, uint32_t h, uint32_t d,
164 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
165 uint32_t srcLod);
169 uint32_t x, uint32_t y, uint32_t z,
170 const void *data, uint32_t elementOff, size_t sizeBytes);
174 uint32_t x, uint32_t y, uint32_t z,
175 void *data, uint32_t elementOff, size_t sizeBytes);