/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
native_buffer.h | 65 struct pipe_resource *(*import_buffer)(struct native_display *ndpy, member in struct:native_display_buffer
|
egl_g3d_image.c | 179 return gdpy->native->buffer->import_buffer(gdpy->native, &nbuf); 218 return gdpy->native->buffer->import_buffer(gdpy->native, &nbuf);
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
native_buffer.h | 65 struct pipe_resource *(*import_buffer)(struct native_display *ndpy, member in struct:native_display_buffer
|
egl_g3d_image.c | 179 return gdpy->native->buffer->import_buffer(gdpy->native, &nbuf); 218 return gdpy->native->buffer->import_buffer(gdpy->native, &nbuf);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 176 import_buffer(struct android_display *adpy, const struct pipe_resource *templ, function in namespace:android 305 import_buffer(asurf->adpy, &templ, asurf->buf); 757 return import_buffer(adpy, &templ, abuf);
|
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 176 import_buffer(struct android_display *adpy, const struct pipe_resource *templ, function in namespace:android 305 import_buffer(asurf->adpy, &templ, asurf->buf); 757 return import_buffer(adpy, &templ, abuf);
|