Searched defs:templet (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/null/
H A Dnull_sw_winsys.c96 const struct pipe_resource *templet,
95 null_sw_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templet, struct winsys_handle *whandle, unsigned *stride) argument
/external/mesa3d/src/gallium/winsys/sw/null/
H A Dnull_sw_winsys.c96 const struct pipe_resource *templet,
95 null_sw_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templet, struct winsys_handle *whandle, unsigned *stride) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c175 const struct pipe_resource *templet,
174 gdi_sw_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templet, struct winsys_handle *whandle, unsigned *stride) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wayland/
H A Dwayland_sw_winsys.c205 const struct pipe_resource *templet,
212 if (!wayland_is_displaytarget_format_supported(ws, 0, templet->format))
221 wldt->width = templet->width0;
222 wldt->height = templet->height0;
223 wldt->format = templet->format;
204 wayland_displaytarget_from_handle(struct sw_winsys *ws, const struct pipe_resource *templet, struct winsys_handle *whandle, unsigned *stride) argument
/external/mesa3d/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c175 const struct pipe_resource *templet,
174 gdi_sw_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templet, struct winsys_handle *whandle, unsigned *stride) argument
/external/mesa3d/src/gallium/winsys/sw/wayland/
H A Dwayland_sw_winsys.c205 const struct pipe_resource *templet,
212 if (!wayland_is_displaytarget_format_supported(ws, 0, templet->format))
221 wldt->width = templet->width0;
222 wldt->height = templet->height0;
223 wldt->format = templet->format;
204 wayland_displaytarget_from_handle(struct sw_winsys *ws, const struct pipe_resource *templet, struct winsys_handle *whandle, unsigned *stride) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c429 const struct pipe_resource *templet,
428 xlib_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templet, struct winsys_handle *whandle, unsigned *stride) argument
/external/mesa3d/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c429 const struct pipe_resource *templet,
428 xlib_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templet, struct winsys_handle *whandle, unsigned *stride) argument

Completed in 159 milliseconds