EGLConfig         163 content/common/gpu/media/dxva_video_decode_accelerator.cc       EGLConfig egl_config);
EGLConfig         209 content/common/gpu/media/dxva_video_decode_accelerator.cc     EGLConfig egl_config) {
EGLConfig         168 content/common/gpu/media/dxva_video_decode_accelerator.h   EGLConfig egl_config_;
EGLConfig         164 content/common/gpu/media/rendering_helper.cc   EGLConfig egl_config;
EGLConfig          44 gpu/gles2_conform_support/egl/display.cc bool Display::IsValidConfig(EGLConfig config) {
EGLConfig          48 gpu/gles2_conform_support/egl/display.cc bool Display::ChooseConfigs(EGLConfig* configs,
EGLConfig          63 gpu/gles2_conform_support/egl/display.cc bool Display::GetConfigs(EGLConfig* configs,
EGLConfig          78 gpu/gles2_conform_support/egl/display.cc bool Display::GetConfigAttrib(EGLConfig config,
EGLConfig          98 gpu/gles2_conform_support/egl/display.cc EGLSurface Display::CreateWindowSurface(EGLConfig config,
EGLConfig         220 gpu/gles2_conform_support/egl/display.cc EGLContext Display::CreateContext(EGLConfig config,
EGLConfig          52 gpu/gles2_conform_support/egl/display.h   bool IsValidConfig(EGLConfig config);
EGLConfig          54 gpu/gles2_conform_support/egl/display.h       EGLConfig* configs, EGLint config_size, EGLint* num_config);
EGLConfig          55 gpu/gles2_conform_support/egl/display.h   bool GetConfigs(EGLConfig* configs, EGLint config_size, EGLint* num_config);
EGLConfig          56 gpu/gles2_conform_support/egl/display.h   bool GetConfigAttrib(EGLConfig config, EGLint attribute, EGLint* value);
EGLConfig          61 gpu/gles2_conform_support/egl/display.h   EGLSurface CreateWindowSurface(EGLConfig config,
EGLConfig          69 gpu/gles2_conform_support/egl/display.h   EGLContext CreateContext(EGLConfig config,
EGLConfig          50 gpu/gles2_conform_support/egl/egl.cc EGLint ValidateDisplayConfig(EGLDisplay dpy, EGLConfig config) {
EGLConfig         149 gpu/gles2_conform_support/egl/egl.cc                            EGLConfig* configs,
EGLConfig         167 gpu/gles2_conform_support/egl/egl.cc                          EGLConfig* configs,
EGLConfig         185 gpu/gles2_conform_support/egl/egl.cc                               EGLConfig config,
EGLConfig         200 gpu/gles2_conform_support/egl/egl.cc                                   EGLConfig config,
EGLConfig         219 gpu/gles2_conform_support/egl/egl.cc                                    EGLConfig config,
EGLConfig         225 gpu/gles2_conform_support/egl/egl.cc                                   EGLConfig config,
EGLConfig         268 gpu/gles2_conform_support/egl/egl.cc                                             EGLConfig config,
EGLConfig         297 gpu/gles2_conform_support/egl/egl.cc                             EGLConfig config,
EGLConfig          13 gpu/gles2_conform_support/native/egl_native.cc                               EGLDisplay eglDisplay, EGLConfig eglConfig,
EGLConfig          35 gpu/gles2_conform_support/native/egl_native_aura.cc                               EGLDisplay eglDisplay, EGLConfig eglConfig,
EGLConfig          39 gpu/gles2_conform_support/native/egl_native_gtk.cc                               EGLDisplay eglDisplay, EGLConfig eglConfig,
EGLConfig          53 gpu/gles2_conform_support/native/egl_native_win.cc                               EGLDisplay eglDisplay, EGLConfig eglConfig,
EGLConfig          24 gpu/gles2_conform_support/native/egl_native_windowless.cc                               EGLDisplay eglDisplay, EGLConfig eglConfig,
EGLConfig         257 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
EGLConfig         260 ppapi/lib/gl/include/EGL/egl.h 			   EGLConfig *configs, EGLint config_size,
EGLConfig         262 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
EGLConfig         265 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
EGLConfig         268 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
EGLConfig         270 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
EGLConfig         286 ppapi/lib/gl/include/EGL/egl.h 	      EGLConfig config, const EGLint *attrib_list);
EGLConfig         297 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
EGLConfig         255 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
EGLConfig         257 ppapi/lib/gl/include/EGL/eglext.h typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
EGLConfig         257 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
EGLConfig         260 third_party/khronos/EGL/egl.h 			   EGLConfig *configs, EGLint config_size,
EGLConfig         262 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
EGLConfig         265 third_party/khronos/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
EGLConfig         268 third_party/khronos/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
EGLConfig         270 third_party/khronos/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
EGLConfig         286 third_party/khronos/EGL/egl.h 	      EGLConfig config, const EGLint *attrib_list);
EGLConfig         297 third_party/khronos/EGL/egl.h EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
EGLConfig         254 third_party/khronos/EGL/eglext.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
EGLConfig         256 third_party/khronos/EGL/eglext.h typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
EGLConfig         386 third_party/khronos/EGL/eglext.h EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
EGLConfig         388 third_party/khronos/EGL/eglext.h typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC)(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
EGLConfig          46 ui/gl/gl_context_egl.h   EGLConfig config_;
EGLConfig          51 ui/gl/gl_surface_egl.cc EGLConfig g_config;
EGLConfig         179 ui/gl/gl_surface_egl.cc   EGLConfig* config_data = &g_config;
EGLConfig         188 ui/gl/gl_surface_egl.cc   scoped_ptr<EGLConfig[]> matching_configs(new EGLConfig[num_configs]);
EGLConfig         397 ui/gl/gl_surface_egl.cc EGLConfig NativeViewGLSurfaceEGL::GetConfig() {
EGLConfig         631 ui/gl/gl_surface_egl.cc EGLConfig PbufferGLSurfaceEGL::GetConfig() {
EGLConfig         713 ui/gl/gl_surface_egl.cc EGLConfig SurfacelessEGL::GetConfig() {
EGLConfig          59 ui/gl/gl_surface_egl.h   virtual EGLConfig GetConfig() OVERRIDE;
EGLConfig          84 ui/gl/gl_surface_egl.h   EGLConfig config_;
EGLConfig          98 ui/gl/gl_surface_egl.h   virtual EGLConfig GetConfig() OVERRIDE;
EGLConfig         126 ui/gl/gl_surface_egl.h   virtual EGLConfig GetConfig() OVERRIDE;