HomeSort by relevance Sort by last modified time
    Searched refs:buf_res (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/
native_android.cpp 78 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->array_size
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/android/
native_android.cpp 78 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->array_size
    [all...]

Completed in 28 milliseconds