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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_st.c 212 uint attachment_mask = 0; local
237 attachment_mask |= 1 << natt;
240 if (!gsurf->native->validate(gsurf->native, attachment_mask,
273 if (attachment_mask & (1 << natt)) {
276 attachment_mask &= ~(1 << natt);
native.h 141 boolean (*validate)(struct native_surface *nsurf, uint attachment_mask,
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_st.c 212 uint attachment_mask = 0; local
237 attachment_mask |= 1 << natt;
240 if (!gsurf->native->validate(gsurf->native, attachment_mask,
273 if (attachment_mask & (1 << natt)) {
276 attachment_mask &= ~(1 << natt);
native.h 141 boolean (*validate)(struct native_surface *nsurf, uint attachment_mask,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_wayland.h 86 unsigned int attachment_mask; member in struct:wayland_surface
native_wayland.c 203 wayland_surface_validate(struct native_surface *nsurf, uint attachment_mask,
212 if (!resource_surface_add_resources(surface->rsurf, attachment_mask |
213 surface->attachment_mask))
217 resource_surface_get_resources(surface->rsurf, textures, attachment_mask);
395 surface->attachment_mask = (1 << NATIVE_ATTACHMENT_FRONT_LEFT) |
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.h 86 unsigned int attachment_mask; member in struct:wayland_surface
native_wayland.c 203 wayland_surface_validate(struct native_surface *nsurf, uint attachment_mask,
212 if (!resource_surface_add_resources(surface->rsurf, attachment_mask |
213 surface->attachment_mask))
217 resource_surface_get_resources(surface->rsurf, textures, attachment_mask);
395 surface->attachment_mask = (1 << NATIVE_ATTACHMENT_FRONT_LEFT) |
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/gdi/
native_gdi.c 187 gdi_surface_validate(struct native_surface *nsurf, uint attachment_mask,
194 if (!gdi_surface_update_buffers(&gsurf->base, attachment_mask))
201 resource_surface_get_resources(gsurf->rsurf, textures, attachment_mask);
  /external/mesa3d/src/gallium/state_trackers/egl/gdi/
native_gdi.c 187 gdi_surface_validate(struct native_surface *nsurf, uint attachment_mask,
194 if (!gdi_surface_update_buffers(&gsurf->base, attachment_mask))
201 resource_surface_get_resources(gsurf->rsurf, textures, attachment_mask);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 98 fbdev_surface_validate(struct native_surface *nsurf, uint attachment_mask,
104 if (!resource_surface_add_resources(fbsurf->rsurf, attachment_mask))
107 resource_surface_get_resources(fbsurf->rsurf, textures, attachment_mask);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_ximage.c 196 ximage_surface_validate(struct native_surface *nsurf, uint attachment_mask,
203 if (!ximage_surface_update_buffers(&xsurf->base, attachment_mask))
210 resource_surface_get_resources(xsurf->rsurf, textures, attachment_mask);
native_dri2.c 381 dri2_surface_validate(struct native_surface *nsurf, uint attachment_mask,
388 (dri2surf->valid_mask & attachment_mask) != attachment_mask) {
389 if (!dri2_surface_update_buffers(&dri2surf->base, attachment_mask))
399 if (native_attachment_mask_test(attachment_mask, att)) {
  /external/mesa3d/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 98 fbdev_surface_validate(struct native_surface *nsurf, uint attachment_mask,
104 if (!resource_surface_add_resources(fbsurf->rsurf, attachment_mask))
107 resource_surface_get_resources(fbsurf->rsurf, textures, attachment_mask);
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_ximage.c 196 ximage_surface_validate(struct native_surface *nsurf, uint attachment_mask,
203 if (!ximage_surface_update_buffers(&xsurf->base, attachment_mask))
210 resource_surface_get_resources(xsurf->rsurf, textures, attachment_mask);
native_dri2.c 381 dri2_surface_validate(struct native_surface *nsurf, uint attachment_mask,
388 (dri2surf->valid_mask & attachment_mask) != attachment_mask) {
389 if (!dri2_surface_update_buffers(&dri2surf->base, attachment_mask))
399 if (native_attachment_mask_test(attachment_mask, att)) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
modeset.c 38 drm_surface_validate(struct native_surface *nsurf, uint attachment_mask,
44 if (!resource_surface_add_resources(drmsurf->rsurf, attachment_mask))
47 resource_surface_get_resources(drmsurf->rsurf, textures, attachment_mask);
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
modeset.c 38 drm_surface_validate(struct native_surface *nsurf, uint attachment_mask,
44 if (!resource_surface_add_resources(drmsurf->rsurf, attachment_mask))
47 resource_surface_get_resources(drmsurf->rsurf, textures, attachment_mask);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/
native_android.cpp 439 android_surface_validate(struct native_surface *nsurf, uint attachment_mask,
462 if (native_attachment_mask_test(attachment_mask, att)) {
  /external/mesa3d/src/gallium/state_trackers/egl/android/
native_android.cpp 439 android_surface_validate(struct native_surface *nsurf, uint attachment_mask,
462 if (native_attachment_mask_test(attachment_mask, att)) {

Completed in 462 milliseconds