Lines Matching refs:uint32_t

40  * @return uint32_t The X dimension of the allocation.
42 extern uint32_t __attribute__((overloadable))
48 * @return uint32_t The Y dimension of the allocation.
50 extern uint32_t __attribute__((overloadable))
56 * @return uint32_t The Z dimension of the allocation.
58 extern uint32_t __attribute__((overloadable))
64 * @return uint32_t Returns 1 if more than one LOD is present, 0 otherwise.
66 extern uint32_t __attribute__((overloadable))
72 * @return uint32_t Returns 1 if more than one face is present, 0 otherwise.
74 extern uint32_t __attribute__((overloadable))
94 uint32_t dstOff, uint32_t dstMip,
95 uint32_t count,
97 uint32_t srcOff, uint32_t srcMip);
122 uint32_t dstXoff, uint32_t dstYoff,
123 uint32_t dstMip,
125 uint32_t width, uint32_t height,
127 uint32_t srcXoff, uint32_t srcYoff,
128 uint32_t srcMip,
137 rsGetElementAt(rs_allocation, uint32_t x);
142 rsGetElementAt(rs_allocation, uint32_t x, uint32_t y);
147 rsGetElementAt(rs_allocation, uint32_t x, uint32_t y, uint32_t z);
153 rsGetElementAt_##T(rs_allocation a, uint32_t x); \
155 rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y); \
157 rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y, uint32_t z);
161 rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
165 rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y) { \
169 rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { \
292 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x);
298 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y);
302 rsSetElementAt_##T(rs_allocation a, T val, uint32_t x); \
304 rsSetElementAt_##T(rs_allocation a, T val, uint32_t x, uint32_t y); \
306 rsSetElementAt_##T(rs_allocation a, T val, uint32_t x, uint32_t y, uint32_t z);
357 rsGetElementAtYuv_uchar_Y(rs_allocation a, uint32_t x, uint32_t y);
365 rsGetElementAtYuv_uchar_U(rs_allocation a, uint32_t x, uint32_t y);
373 rsGetElementAtYuv_uchar_V(rs_allocation a, uint32_t x, uint32_t y);