Searched defs:stride0 (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c76 int32_t offset0, int32_t stride0,
94 buffer->stride[0] = stride0;
148 int32_t offset0, int32_t stride0,
169 offset0, stride0, offset1, stride1, offset2, stride2);
177 int32_t offset0, int32_t stride0,
182 offset0, stride0, offset1, stride1, offset2, stride2);
72 create_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int fd, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) argument
144 drm_create_planar_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) argument
173 drm_create_prime_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, int fd, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) argument
/external/webp/src/enc/
H A Dpicture_psnr_enc.c192 const size_t stride0 = 4 * (size_t)p0.argb_stride; local
194 if (!WebPPlaneDistortion((const uint8_t*)p0.argb + c, stride0,

Completed in 755 milliseconds