HomeSort by relevance Sort by last modified time
    Searched full:num_pixel_formats (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/gl/
gl_surface_cgl.cc 47 GLint num_pixel_formats; local
50 &num_pixel_formats) != kCGLNoError) {
59 DCHECK_NE(num_pixel_formats, 0);
gpu_switching_manager.cc 118 GLint num_pixel_formats = 0; local
119 CGLChoosePixelFormat(attribs, &discrete_pixel_format_, &num_pixel_formats);
gl_context_cgl.cc 97 GLint num_pixel_formats; local
100 &num_pixel_formats) != kCGLNoError) {
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_transformer_mac_unittest.cc 69 GLint num_pixel_formats = 0; local
71 if (CGLChoosePixelFormat(&attribs.front(), &format, &num_pixel_formats) !=
76 if (success && num_pixel_formats <= 0) {
77 LOG(ERROR) << "num_pixel_formats <= 0; actual value is "
78 << num_pixel_formats;

Completed in 765 milliseconds