Home
last modified time | relevance | path

Searched refs:buf_res (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/egl/android/
Dnative_android.cpp78 struct pipe_resource *buf_res; member
338 pipe_resource_reference(&asurf->buf_res, res); in android_surface_dequeue_buffer()
351 pipe_resource_reference(&asurf->buf_res, NULL); in android_surface_enqueue_buffer()
410 copy_resources(&adpy->base, asurf->color_res, asurf->buf_res); in android_surface_present()
418 templ.target = asurf->buf_res->target; in android_surface_present()
419 templ.format = asurf->buf_res->format; in android_surface_present()
421 templ.width0 = asurf->buf_res->width0; in android_surface_present()
422 templ.height0 = asurf->buf_res->height0; in android_surface_present()
423 templ.depth0 = asurf->buf_res->depth0; in android_surface_present()
424 templ.array_size = asurf->buf_res->array_size; in android_surface_present()
[all …]