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

  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.h 46 CGLError(*choose_pixel_format) (const CGLPixelFormatAttribute * attribs,
48 CGLError(*destroy_pixel_format) (CGLPixelFormatObj pix);
50 CGLError(*clear_drawable) (CGLContextObj ctx);
51 CGLError(*flush_drawable) (CGLContextObj ctx);
53 CGLError(*create_context) (CGLPixelFormatObj pix, CGLContextObj share,
55 CGLError(*destroy_context) (CGLContextObj pix);
57 CGLError(*set_current_context) (CGLContextObj ctx);
59 const char *(*error_string) (CGLError error);
61 CGLError(*set_off_screen) (CGLContextObj ctx,
65 CGLError(*copy_context) (CGLContextObj src, CGLContextObj dst
    [all...]
apple_glx_pbuffer.c 75 CGLError cglerr;
126 CGLError err;
199 CGLError err;
apple_glx_pixmap.c 60 CGLError cglerr;
126 CGLError error;
apple_glx_context.c 130 CGLError error;
288 CGLError cglerr;
487 CGLError err;
apple_visual.c 74 CGLError error = 0;
  /external/mesa3d/src/glx/apple/
apple_cgl.h 46 CGLError(*choose_pixel_format) (const CGLPixelFormatAttribute * attribs,
48 CGLError(*destroy_pixel_format) (CGLPixelFormatObj pix);
50 CGLError(*clear_drawable) (CGLContextObj ctx);
51 CGLError(*flush_drawable) (CGLContextObj ctx);
53 CGLError(*create_context) (CGLPixelFormatObj pix, CGLContextObj share,
55 CGLError(*destroy_context) (CGLContextObj pix);
57 CGLError(*set_current_context) (CGLContextObj ctx);
59 const char *(*error_string) (CGLError error);
61 CGLError(*set_off_screen) (CGLContextObj ctx,
65 CGLError(*copy_context) (CGLContextObj src, CGLContextObj dst
    [all...]
apple_glx_pbuffer.c 75 CGLError cglerr;
126 CGLError err;
199 CGLError err;
apple_glx_pixmap.c 60 CGLError cglerr;
126 CGLError error;
apple_glx_context.c 130 CGLError error;
288 CGLError cglerr;
487 CGLError err;
apple_visual.c 74 CGLError error = 0;
  /external/chromium_org/ui/gl/
scoped_cgl.cc 18 CGLError error = CGLSetCurrentContext(context);
23 CGLError error = CGLSetCurrentContext(previous_context_);
gl_image_io_surface.cc 44 CGLError cgl_error = CGLTexImageIOSurface2D(cgl_context,
gl_context_cgl.cc 108 CGLError res = CGLCreateContext(
  /external/chromium_org/content/common/gpu/
image_transport_surface_iosurface_mac.cc 81 CGLError cglerror = CGLTexImageIOSurface2D( local
91 if (cglerror != kCGLNoError) {
92 DLOG(ERROR) << "CGLTexImageIOSurface2D failed with CGL error: " << cglerror;
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_context_mac.mm 39 CGLError error = kCGLNoError;
compositing_iosurface_mac.mm 494 CGLError cgl_error = CGLTexImageIOSurface2D(
    [all...]
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 231 CGLError error = CGLTexImageIOSurface2D(
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_mac.mm 51 typedef CGLError (*CGLSetFullScreenFunc)(CGLContextObj);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 855 CGLError err;
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc     [all...]

Completed in 4555 milliseconds