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

  /external/chromium_org/ui/gl/
gl_context_cgl.h 42 CGLPixelFormatObj discrete_pixelformat_; member in class:gfx::GLContextCGL
gl_context_cgl.cc 71 discrete_pixelformat_(NULL),
99 &discrete_pixelformat_,
124 if (discrete_pixelformat_) {
129 base::Bind(&CGLReleasePixelFormat, discrete_pixelformat_),
131 discrete_pixelformat_ = NULL;
150 !discrete_pixelformat_ && renderer_id != -1 &&

Completed in 43 milliseconds