HomeSort by relevance Sort by last modified time
    Searched defs:surface_type (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
cairo_cached_surface.cc 61 int surface_type = cairo_surface_get_type(surface_); local
62 DCHECK(surface_type == CAIRO_SURFACE_TYPE_XLIB ||
63 surface_type == CAIRO_SURFACE_TYPE_XCB ||
64 surface_type == CAIRO_SURFACE_TYPE_IMAGE);
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_android.c 501 const EGLint surface_type = EGL_WINDOW_BIT | EGL_PBUFFER_BIT; local
513 count + 1, visuals[i].size, surface_type, NULL,
platform_x11.c 617 EGLint surface_type; local
628 surface_type =
648 d.data->depth, surface_type, config_attrs, NULL);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d.c 233 EGLint surface_type; local
255 surface_type = 0x0;
259 surface_type |= EGL_PIXMAP_BIT;
264 surface_type |= EGL_WINDOW_BIT;
267 surface_type |= EGL_SCREEN_BIT_MESA;
269 surface_type |= EGL_PBUFFER_BIT;
273 surface_type |= EGL_SWAP_BEHAVIOR_PRESERVED_BIT;
276 surface_type |= EGL_VG_ALPHA_FORMAT_PRE_BIT;
297 conf->SurfaceType = surface_type;
300 if (surface_type & EGL_WINDOW_BIT)
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 501 const EGLint surface_type = EGL_WINDOW_BIT | EGL_PBUFFER_BIT; local
513 count + 1, visuals[i].size, surface_type, NULL,
platform_x11.c 617 EGLint surface_type; local
628 surface_type =
648 d.data->depth, surface_type, config_attrs, NULL);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 233 EGLint surface_type; local
255 surface_type = 0x0;
259 surface_type |= EGL_PIXMAP_BIT;
264 surface_type |= EGL_WINDOW_BIT;
267 surface_type |= EGL_SCREEN_BIT_MESA;
269 surface_type |= EGL_PBUFFER_BIT;
273 surface_type |= EGL_SWAP_BEHAVIOR_PRESERVED_BIT;
276 surface_type |= EGL_VG_ALPHA_FORMAT_PRE_BIT;
297 conf->SurfaceType = surface_type;
300 if (surface_type & EGL_WINDOW_BIT)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 1041 unsigned surface_type = BRW_SURFACE_NULL; local
    [all...]
brw_structs.h 818 GLuint surface_type:3; /**< BRW_SURFACE_1D/2D/3D/CUBE */ member in struct:gen7_surface_state::__anon15134
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 1041 unsigned surface_type = BRW_SURFACE_NULL; local
    [all...]
brw_structs.h 818 GLuint surface_type:3; /**< BRW_SURFACE_1D/2D/3D/CUBE */ member in struct:gen7_surface_state::__anon25478
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 276 EGLint surface_type = EGL_WINDOW_BIT; local
415 surface_type = attrib_list[i+1];
453 samples_per_pixel,stencil_size,surface_type,transparent_type,
    [all...]

Completed in 1011 milliseconds