Searched refs:resource_surface_get_size (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/egl/wayland/ |
D | native_wayland.c | 222 resource_surface_get_size(surface->rsurf, (uint *) width, (uint *) height); in wayland_surface_validate() 283 resource_surface_get_size(surface->rsurf, in wayland_surface_swap_buffers() 336 resource_surface_get_size(surface->rsurf, &width, &height); in wayland_surface_present()
|
D | native_shm.c | 91 resource_surface_get_size(surface->rsurf, &width, &height); in wayland_create_shm_buffer()
|
D | native_drm.c | 104 resource_surface_get_size(surface->rsurf, &width, &height); in wayland_create_drm_buffer()
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | native_helper.h | 48 resource_surface_get_size(struct resource_surface *rsurf,
|
D | native_helper.c | 124 resource_surface_get_size(struct resource_surface *rsurf, in resource_surface_get_size() function
|
/external/mesa3d/src/gallium/state_trackers/egl/gdi/ |
D | native_gdi.c | 203 resource_surface_get_size(gsurf->rsurf, &w, &h); in gdi_surface_validate()
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | native_ximage.c | 212 resource_surface_get_size(xsurf->rsurf, &w, &h); in ximage_surface_validate()
|