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

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

Completed in 138 milliseconds