HomeSort by relevance Sort by last modified time
    Searched refs:surface_type (Results 1 - 4 of 4) 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);
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglConfig.h 55 EGLint surface_type,
EglConfig.cpp 35 EGLint surface_type,
66 m_surface_type(surface_type),
EglImp.cpp 284 EGLint surface_type = EGL_WINDOW_BIT; local
423 surface_type = attrib_list[i+1];
461 samples_per_pixel,stencil_size,surface_type,transparent_type,
    [all...]

Completed in 479 milliseconds