EGLContext         78 android_webview/browser/hardware_renderer.cc   EGLContext current_context = eglGetCurrentContext();
EGLContext         44 android_webview/browser/hardware_renderer.h   EGLContext last_egl_context_;
EGLContext         25 content/common/gpu/media/rendering_helper.h typedef EGLContext NativeContextType;
EGLContext         92 content/common/gpu/media/tegra_v4l2_video_device.cc TegraV4L2Device::TegraV4L2Device(EGLContext egl_context)
EGLContext         21 content/common/gpu/media/tegra_v4l2_video_device.h   explicit TegraV4L2Device(EGLContext egl_context);
EGLContext         50 content/common/gpu/media/tegra_v4l2_video_device.h   EGLContext egl_context_;
EGLContext         16 content/common/gpu/media/v4l2_video_device.cc scoped_ptr<V4L2Device> V4L2Device::Create(EGLContext egl_context) {
EGLContext         25 content/common/gpu/media/v4l2_video_device.h   static scoped_ptr<V4L2Device> Create(EGLContext egl_context);
EGLContext        557 content/common/gpu/media/video_decode_accelerator_unittest.cc       static_cast<EGLContext>(rendering_helper_->GetGLContext()));
EGLContext        176 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc     EGLContext egl_context = eglGetCurrentContext();
EGLContext        117 gpu/command_buffer/service/texture_definition.cc   EGLContext egl_context = eglGetCurrentContext();
EGLContext         53 gpu/config/gpu_info_collector_android.cc   EGLContext context_;
EGLContext        216 gpu/gles2_conform_support/egl/display.cc bool Display::IsValidContext(EGLContext ctx) {
EGLContext        220 gpu/gles2_conform_support/egl/display.cc EGLContext Display::CreateContext(EGLConfig config,
EGLContext        221 gpu/gles2_conform_support/egl/display.cc                                   EGLContext share_ctx,
EGLContext        256 gpu/gles2_conform_support/egl/display.cc void Display::DestroyContext(EGLContext ctx) {
EGLContext        262 gpu/gles2_conform_support/egl/display.cc bool Display::MakeCurrent(EGLSurface draw, EGLSurface read, EGLContext ctx) {
EGLContext         68 gpu/gles2_conform_support/egl/display.h   bool IsValidContext(EGLContext ctx);
EGLContext         69 gpu/gles2_conform_support/egl/display.h   EGLContext CreateContext(EGLConfig config,
EGLContext         70 gpu/gles2_conform_support/egl/display.h                            EGLContext share_ctx,
EGLContext         72 gpu/gles2_conform_support/egl/display.h   void DestroyContext(EGLContext ctx);
EGLContext         73 gpu/gles2_conform_support/egl/display.h   bool MakeCurrent(EGLSurface draw, EGLSurface read, EGLContext ctx);
EGLContext         16 gpu/gles2_conform_support/egl/egl.cc typedef EGLContext RegalSystemContext;
EGLContext         74 gpu/gles2_conform_support/egl/egl.cc EGLint ValidateDisplayContext(EGLDisplay dpy, EGLContext context) {
EGLContext        296 gpu/gles2_conform_support/egl/egl.cc EGLContext eglCreateContext(EGLDisplay dpy,
EGLContext        298 gpu/gles2_conform_support/egl/egl.cc                             EGLContext share_context,
EGLContext        311 gpu/gles2_conform_support/egl/egl.cc   EGLContext context = display->CreateContext(
EGLContext        319 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) {
EGLContext        332 gpu/gles2_conform_support/egl/egl.cc                           EGLContext ctx) {
EGLContext        356 gpu/gles2_conform_support/egl/egl.cc EGLContext eglGetCurrentContext() {
EGLContext        369 gpu/gles2_conform_support/egl/egl.cc                            EGLContext ctx,
EGLContext         69 ppapi/lib/gl/include/EGL/egl.h #define EGL_NO_CONTEXT			((EGLContext)0)
EGLContext        297 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
EGLContext        298 ppapi/lib/gl/include/EGL/egl.h 			    EGLContext share_context,
EGLContext        300 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
EGLContext        302 ppapi/lib/gl/include/EGL/egl.h 			  EGLSurface read, EGLContext ctx);
EGLContext        304 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void);
EGLContext        307 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
EGLContext         84 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
EGLContext         87 ppapi/lib/gl/include/EGL/eglext.h typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
EGLContext         69 third_party/khronos/EGL/egl.h #define EGL_NO_CONTEXT			((EGLContext)0)
EGLContext        297 third_party/khronos/EGL/egl.h EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
EGLContext        298 third_party/khronos/EGL/egl.h 			    EGLContext share_context,
EGLContext        300 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
EGLContext        302 third_party/khronos/EGL/egl.h 			  EGLSurface read, EGLContext ctx);
EGLContext        304 third_party/khronos/EGL/egl.h EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void);
EGLContext        307 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
EGLContext         84 third_party/khronos/EGL/eglext.h EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
EGLContext         87 third_party/khronos/EGL/eglext.h typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
EGLContext         44 ui/gl/gl_context_egl.h   EGLContext context_;