HomeSort by relevance Sort by last modified time
    Searched defs:attachment_mask (Results 1 - 4 of 4) 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);
  /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
  /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);
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.h 86 unsigned int attachment_mask; member in struct:wayland_surface

Completed in 59 milliseconds