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

/external/mesa3d/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c72 int32_t offset0, int32_t stride0,
90 buffer->stride[0] = stride0;
142 int32_t offset0, int32_t stride0,
163 offset0, stride0, offset1, stride1, offset2, stride2);
69 create_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
138 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
/external/libvncserver/x11vnc/
H A Duserinput.c1870 int x1, y1, x2, y2, w, stride, stride0; local
1891 stride0 = dpy_x * Bpp0;
1905 stride = stride0;
1928 stride = 4 * stride0;
1931 stride = 2 * stride0;

Completed in 326 milliseconds