EGLDisplay        212 content/common/gpu/media/dxva_video_decode_accelerator.cc   EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
EGLDisplay        271 content/common/gpu/media/dxva_video_decode_accelerator.cc     EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
EGLDisplay        287 content/common/gpu/media/dxva_video_decode_accelerator.cc   EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
EGLDisplay        360 content/common/gpu/media/dxva_video_decode_accelerator.cc   EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
EGLDisplay        665 content/common/gpu/media/dxva_video_decode_accelerator.cc   EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
EGLDisplay        122 content/common/gpu/media/exynos_v4l2_video_device.cc EGLImageKHR ExynosV4L2Device::CreateEGLImage(EGLDisplay egl_display,
EGLDisplay        171 content/common/gpu/media/exynos_v4l2_video_device.cc EGLBoolean ExynosV4L2Device::DestroyEGLImage(EGLDisplay egl_display,
EGLDisplay         32 content/common/gpu/media/exynos_v4l2_video_device.h   virtual EGLImageKHR CreateEGLImage(EGLDisplay egl_display,
EGLDisplay         37 content/common/gpu/media/exynos_v4l2_video_device.h   virtual EGLBoolean DestroyEGLImage(EGLDisplay egl_display,
EGLDisplay        105 content/common/gpu/media/rendering_helper.h   EGLDisplay gl_display_;
EGLDisplay        157 content/common/gpu/media/tegra_v4l2_video_device.cc EGLImageKHR TegraV4L2Device::CreateEGLImage(EGLDisplay egl_display,
EGLDisplay        180 content/common/gpu/media/tegra_v4l2_video_device.cc EGLBoolean TegraV4L2Device::DestroyEGLImage(EGLDisplay egl_display,
EGLDisplay         35 content/common/gpu/media/tegra_v4l2_video_device.h   virtual EGLImageKHR CreateEGLImage(EGLDisplay egl_display,
EGLDisplay         40 content/common/gpu/media/tegra_v4l2_video_device.h   virtual EGLBoolean DestroyEGLImage(EGLDisplay egl_display,
EGLDisplay         78 content/common/gpu/media/v4l2_video_decode_accelerator.cc   EGLSyncKHRRef(EGLDisplay egl_display, EGLSyncKHR egl_sync);
EGLDisplay         80 content/common/gpu/media/v4l2_video_decode_accelerator.cc   EGLDisplay const egl_display;
EGLDisplay        111 content/common/gpu/media/v4l2_video_decode_accelerator.cc     EGLDisplay egl_display, EGLSyncKHR egl_sync)
EGLDisplay        154 content/common/gpu/media/v4l2_video_decode_accelerator.cc     EGLDisplay egl_display,
EGLDisplay         79 content/common/gpu/media/v4l2_video_decode_accelerator.h       EGLDisplay egl_display,
EGLDisplay        432 content/common/gpu/media/v4l2_video_decode_accelerator.h   EGLDisplay egl_display_;
EGLDisplay         65 content/common/gpu/media/v4l2_video_device.h   virtual EGLImageKHR CreateEGLImage(EGLDisplay egl_display,
EGLDisplay         72 content/common/gpu/media/v4l2_video_device.h   virtual EGLBoolean DestroyEGLImage(EGLDisplay egl_display,
EGLDisplay        563 content/common/gpu/media/video_decode_accelerator_unittest.cc       static_cast<EGLDisplay>(rendering_helper_->GetGLDisplay()),
EGLDisplay        175 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc     EGLDisplay egl_display = eglGetCurrentDisplay();
EGLDisplay        355 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc       EGLDisplay display = eglGetCurrentDisplay();
EGLDisplay        104 gpu/command_buffer/service/texture_definition.cc   explicit NativeImageBufferEGL(EGLDisplay display, EGLImageKHR image);
EGLDisplay        108 gpu/command_buffer/service/texture_definition.cc   EGLDisplay egl_display_;
EGLDisplay        116 gpu/command_buffer/service/texture_definition.cc   EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
EGLDisplay        142 gpu/command_buffer/service/texture_definition.cc NativeImageBufferEGL::NativeImageBufferEGL(EGLDisplay display,
EGLDisplay         54 gpu/config/gpu_info_collector_android.cc   EGLDisplay display_;
EGLDisplay         39 gpu/gles2_conform_support/egl/egl.cc EGLint ValidateDisplay(EGLDisplay dpy) {
EGLDisplay         50 gpu/gles2_conform_support/egl/egl.cc EGLint ValidateDisplayConfig(EGLDisplay dpy, EGLConfig config) {
EGLDisplay         62 gpu/gles2_conform_support/egl/egl.cc EGLint ValidateDisplaySurface(EGLDisplay dpy, EGLSurface surface) {
EGLDisplay         74 gpu/gles2_conform_support/egl/egl.cc EGLint ValidateDisplayContext(EGLDisplay dpy, EGLContext context) {
EGLDisplay         93 gpu/gles2_conform_support/egl/egl.cc EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id) {
EGLDisplay         97 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) {
EGLDisplay        117 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglTerminate(EGLDisplay dpy) {
EGLDisplay        128 gpu/gles2_conform_support/egl/egl.cc const char* eglQueryString(EGLDisplay dpy, EGLint name) {
EGLDisplay        147 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglChooseConfig(EGLDisplay dpy,
EGLDisplay        166 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglGetConfigs(EGLDisplay dpy,
EGLDisplay        184 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglGetConfigAttrib(EGLDisplay dpy,
EGLDisplay        199 gpu/gles2_conform_support/egl/egl.cc EGLSurface eglCreateWindowSurface(EGLDisplay dpy,
EGLDisplay        218 gpu/gles2_conform_support/egl/egl.cc EGLSurface eglCreatePbufferSurface(EGLDisplay dpy,
EGLDisplay        224 gpu/gles2_conform_support/egl/egl.cc EGLSurface eglCreatePixmapSurface(EGLDisplay dpy,
EGLDisplay        231 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglDestroySurface(EGLDisplay dpy,
EGLDisplay        242 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglQuerySurface(EGLDisplay dpy,
EGLDisplay        265 gpu/gles2_conform_support/egl/egl.cc EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy,
EGLDisplay        273 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglSurfaceAttrib(EGLDisplay dpy,
EGLDisplay        280 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglBindTexImage(EGLDisplay dpy,
EGLDisplay        286 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglReleaseTexImage(EGLDisplay dpy,
EGLDisplay        292 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) {
EGLDisplay        296 gpu/gles2_conform_support/egl/egl.cc EGLContext eglCreateContext(EGLDisplay dpy,
EGLDisplay        319 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) {
EGLDisplay        329 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglMakeCurrent(EGLDisplay dpy,
EGLDisplay        364 gpu/gles2_conform_support/egl/egl.cc EGLDisplay eglGetCurrentDisplay() {
EGLDisplay        368 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglQueryContext(EGLDisplay dpy,
EGLDisplay        383 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) {
EGLDisplay        393 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglCopyBuffers(EGLDisplay dpy,
EGLDisplay         14 gpu/gles2_conform_support/gles2_conform_support.c   EGLDisplay eglDisplay;
EGLDisplay         13 gpu/gles2_conform_support/native/egl_native.cc                               EGLDisplay eglDisplay, EGLConfig eglConfig,
EGLDisplay         35 gpu/gles2_conform_support/native/egl_native_aura.cc                               EGLDisplay eglDisplay, EGLConfig eglConfig,
EGLDisplay         39 gpu/gles2_conform_support/native/egl_native_gtk.cc                               EGLDisplay eglDisplay, EGLConfig eglConfig,
EGLDisplay         53 gpu/gles2_conform_support/native/egl_native_win.cc                               EGLDisplay eglDisplay, EGLConfig eglConfig,
EGLDisplay         24 gpu/gles2_conform_support/native/egl_native_windowless.cc                               EGLDisplay eglDisplay, EGLConfig eglConfig,
EGLDisplay         70 ppapi/lib/gl/include/EGL/egl.h #define EGL_NO_DISPLAY			((EGLDisplay)0)
EGLDisplay        251 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id);
EGLDisplay        252 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
EGLDisplay        253 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);
EGLDisplay        255 ppapi/lib/gl/include/EGL/egl.h EGLAPI const char * EGLAPIENTRY eglQueryString(EGLDisplay dpy, EGLint name);
EGLDisplay        257 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
EGLDisplay        259 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
EGLDisplay        262 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
EGLDisplay        265 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
EGLDisplay        268 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
EGLDisplay        270 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
EGLDisplay        273 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
EGLDisplay        274 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
EGLDisplay        285 ppapi/lib/gl/include/EGL/egl.h 	      EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
EGLDisplay        288 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
EGLDisplay        290 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
EGLDisplay        291 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
EGLDisplay        294 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
EGLDisplay        297 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
EGLDisplay        300 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
EGLDisplay        301 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
EGLDisplay        306 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLDisplay EGLAPIENTRY eglGetCurrentDisplay(void);
EGLDisplay        307 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
EGLDisplay        312 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
EGLDisplay        313 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
EGLDisplay         71 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
EGLDisplay         72 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
EGLDisplay         74 ppapi/lib/gl/include/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
EGLDisplay         75 ppapi/lib/gl/include/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);
EGLDisplay         84 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
EGLDisplay         85 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
EGLDisplay         87 ppapi/lib/gl/include/EGL/eglext.h typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
EGLDisplay         88 ppapi/lib/gl/include/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
EGLDisplay        141 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
EGLDisplay        142 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
EGLDisplay        143 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
EGLDisplay        144 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
EGLDisplay        145 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
EGLDisplay        147 ppapi/lib/gl/include/EGL/eglext.h typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
EGLDisplay        148 ppapi/lib/gl/include/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
EGLDisplay        149 ppapi/lib/gl/include/EGL/eglext.h typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
EGLDisplay        150 ppapi/lib/gl/include/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
EGLDisplay        151 ppapi/lib/gl/include/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
EGLDisplay        211 ppapi/lib/gl/include/EGL/eglext.h EGLSyncNV eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list);
EGLDisplay        218 ppapi/lib/gl/include/EGL/eglext.h typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list);
EGLDisplay        255 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
EGLDisplay        257 ppapi/lib/gl/include/EGL/eglext.h typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
EGLDisplay        280 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLImageKHR EGLAPIENTRY eglCreateDRMImageMESA (EGLDisplay dpy, const EGLint *attrib_list);
EGLDisplay        281 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglExportDRMImageMESA (EGLDisplay dpy, EGLImageKHR image, EGLint *name, EGLint *handle, EGLint *stride);
EGLDisplay        283 ppapi/lib/gl/include/EGL/eglext.h typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEDRMIMAGEMESAPROC) (EGLDisplay dpy, const EGLint *attrib_list);
EGLDisplay        284 ppapi/lib/gl/include/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLEXPORTDRMIMAGEMESAPROC) (EGLDisplay dpy, EGLImageKHR image, EGLint *name, EGLint *handle, EGLint *stride);
EGLDisplay        291 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglPostSubBufferNV (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height);
EGLDisplay        293 ppapi/lib/gl/include/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLPOSTSUBBUFFERNVPROC) (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height);
EGLDisplay         70 third_party/khronos/EGL/egl.h #define EGL_NO_DISPLAY			((EGLDisplay)0)
EGLDisplay        251 third_party/khronos/EGL/egl.h EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id);
EGLDisplay        252 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
EGLDisplay        253 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);
EGLDisplay        255 third_party/khronos/EGL/egl.h EGLAPI const char * EGLAPIENTRY eglQueryString(EGLDisplay dpy, EGLint name);
EGLDisplay        257 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
EGLDisplay        259 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
EGLDisplay        262 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
EGLDisplay        265 third_party/khronos/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
EGLDisplay        268 third_party/khronos/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
EGLDisplay        270 third_party/khronos/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
EGLDisplay        273 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
EGLDisplay        274 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
EGLDisplay        285 third_party/khronos/EGL/egl.h 	      EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
EGLDisplay        288 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
EGLDisplay        290 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
EGLDisplay        291 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
EGLDisplay        294 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
EGLDisplay        297 third_party/khronos/EGL/egl.h EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
EGLDisplay        300 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
EGLDisplay        301 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
EGLDisplay        306 third_party/khronos/EGL/egl.h EGLAPI EGLDisplay EGLAPIENTRY eglGetCurrentDisplay(void);
EGLDisplay        307 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
EGLDisplay        312 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
EGLDisplay        313 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
EGLDisplay         71 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
EGLDisplay         72 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
EGLDisplay         74 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
EGLDisplay         75 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);
EGLDisplay         84 third_party/khronos/EGL/eglext.h EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
EGLDisplay         85 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
EGLDisplay         87 third_party/khronos/EGL/eglext.h typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
EGLDisplay         88 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
EGLDisplay        141 third_party/khronos/EGL/eglext.h EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
EGLDisplay        142 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
EGLDisplay        143 third_party/khronos/EGL/eglext.h EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
EGLDisplay        144 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
EGLDisplay        145 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
EGLDisplay        147 third_party/khronos/EGL/eglext.h typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
EGLDisplay        148 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
EGLDisplay        149 third_party/khronos/EGL/eglext.h typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
EGLDisplay        150 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
EGLDisplay        151 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
EGLDisplay        211 third_party/khronos/EGL/eglext.h EGLAPI EGLSyncNV EGLAPIENTRY eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list);
EGLDisplay        218 third_party/khronos/EGL/eglext.h typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list);
EGLDisplay        254 third_party/khronos/EGL/eglext.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
EGLDisplay        256 third_party/khronos/EGL/eglext.h typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
EGLDisplay        279 third_party/khronos/EGL/eglext.h EGLAPI EGLImageKHR EGLAPIENTRY eglCreateDRMImageMESA (EGLDisplay dpy, const EGLint *attrib_list);
EGLDisplay        280 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglExportDRMImageMESA (EGLDisplay dpy, EGLImageKHR image, EGLint *name, EGLint *handle, EGLint *stride);
EGLDisplay        282 third_party/khronos/EGL/eglext.h typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEDRMIMAGEMESAPROC) (EGLDisplay dpy, const EGLint *attrib_list);
EGLDisplay        283 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLEXPORTDRMIMAGEMESAPROC) (EGLDisplay dpy, EGLImageKHR image, EGLint *name, EGLint *handle, EGLint *stride);
EGLDisplay        290 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglPostSubBufferNV (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height);
EGLDisplay        292 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLPOSTSUBBUFFERNVPROC) (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height);
EGLDisplay        298 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean eglQuerySurfacePointerANGLE(EGLDisplay dpy, EGLSurface surface, EGLint attribute, void **value);
EGLDisplay        300 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSURFACEPOINTERANGLEPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, void **value);
EGLDisplay        352 third_party/khronos/EGL/eglext.h EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamKHR(EGLDisplay dpy, const EGLint *attrib_list);
EGLDisplay        353 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroyStreamKHR(EGLDisplay dpy, EGLStreamKHR stream);
EGLDisplay        354 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);
EGLDisplay        355 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value);
EGLDisplay        356 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamu64KHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value);
EGLDisplay        358 third_party/khronos/EGL/eglext.h typedef EGLStreamKHR (EGLAPIENTRYP PFNEGLCREATESTREAMKHRPROC)(EGLDisplay dpy, const EGLint *attrib_list);
EGLDisplay        359 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSTREAMKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream);
EGLDisplay        360 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMATTRIBKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);
EGLDisplay        361 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value);
EGLDisplay        362 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMU64KHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value);
EGLDisplay        371 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerGLTextureExternalKHR(EGLDisplay dpy, EGLStreamKHR stream);
EGLDisplay        372 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerAcquireKHR(EGLDisplay dpy, EGLStreamKHR stream);
EGLDisplay        373 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerReleaseKHR(EGLDisplay dpy, EGLStreamKHR stream);
EGLDisplay        375 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMCONSUMERGLTEXTUREEXTERNALKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream);
EGLDisplay        376 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMCONSUMERACQUIREKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream);
EGLDisplay        377 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMCONSUMERRELEASEKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream);
EGLDisplay        386 third_party/khronos/EGL/eglext.h EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
EGLDisplay        388 third_party/khronos/EGL/eglext.h typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC)(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
EGLDisplay        407 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamTimeKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLTimeKHR *value);
EGLDisplay        409 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMTIMEKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLTimeKHR *value);
EGLDisplay        454 third_party/khronos/EGL/eglext.h EGLAPI EGLNativeFileDescriptorKHR EGLAPIENTRY eglGetStreamFileDescriptorKHR(EGLDisplay dpy, EGLStreamKHR stream);
EGLDisplay        455 third_party/khronos/EGL/eglext.h EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamFromFileDescriptorKHR(EGLDisplay dpy, EGLNativeFileDescriptorKHR file_descriptor);
EGLDisplay        457 third_party/khronos/EGL/eglext.h typedef EGLNativeFileDescriptorKHR (EGLAPIENTRYP PFNEGLGETSTREAMFILEDESCRIPTORKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream);
EGLDisplay        458 third_party/khronos/EGL/eglext.h typedef EGLStreamKHR (EGLAPIENTRYP PFNEGLCREATESTREAMFROMFILEDESCRIPTORKHRPROC)(EGLDisplay dpy, EGLNativeFileDescriptorKHR file_descriptor);
EGLDisplay        470 third_party/khronos/EGL/eglext.h EGLAPI EGLint EGLAPIENTRY eglWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags);
EGLDisplay        472 third_party/khronos/EGL/eglext.h typedef EGLint (EGLAPIENTRYP PFNEGLWAITSYNCKHRPROC)(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags);
EGLDisplay        483 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeDisplayNV( EGLDisplay dpy, EGLNativeDisplayType* display_id);
EGLDisplay        484 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV( EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType* window);
EGLDisplay        485 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV( EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType* pixmap);
EGLDisplay        487 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEDISPLAYNVPROC)(EGLDisplay dpy, EGLNativeDisplayType *display_id);
EGLDisplay        488 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEWINDOWNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window);
EGLDisplay        489 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
EGLDisplay        508 third_party/khronos/EGL/eglext.h EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID(EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
EGLDisplay        510 third_party/khronos/EGL/eglext.h typedef void (EGLAPIENTRYP PFNEGLSETBLOBCACHEFUNCSANDROIDPROC)(EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
EGLDisplay        525 third_party/khronos/EGL/eglext.h EGLAPI EGLint EGLAPIENTRY eglDupNativeFenceFDANDROID( EGLDisplay dpy, EGLSyncKHR);
EGLDisplay        527 third_party/khronos/EGL/eglext.h typedef EGLint (EGLAPIENTRYP PFNEGLDUPNATIVEFENCEFDANDROIDPROC)(EGLDisplay dpy, EGLSyncKHR);
EGLDisplay         23 ui/gl/EGL/eglextchromium.h     EGLDisplay dpy, EGLSurface surface, EGLuint64CHROMIUM *ust,
EGLDisplay         27 ui/gl/EGL/eglextchromium.h     (EGLDisplay dpy, EGLSurface surface, EGLuint64CHROMIUM *ust,
EGLDisplay         46 ui/gl/gl_context_android.cc   EGLDisplay display_;
EGLDisplay         45 ui/gl/gl_context_egl.h   EGLDisplay display_;
EGLDisplay         69 ui/gl/gl_egl_api_implementation.cc   EGLDisplay display = eglGetCurrentDisplay();
EGLDisplay        153 ui/gl/gl_fence.cc   EGLDisplay display_;
EGLDisplay         52 ui/gl/gl_surface_egl.cc EGLDisplay g_display;
EGLDisplay         97 ui/gl/gl_surface_egl.cc bool ValidateEglConfig(EGLDisplay display,
EGLDisplay        284 ui/gl/gl_surface_egl.cc EGLDisplay GLSurfaceEGL::GetDisplay() {
EGLDisplay        288 ui/gl/gl_surface_egl.cc EGLDisplay GLSurfaceEGL::GetHardwareDisplay() {
EGLDisplay        583 ui/gl/gl_surface_egl.cc   EGLDisplay display = GetDisplay();
EGLDisplay         32 ui/gl/gl_surface_egl.h   virtual EGLDisplay GetDisplay() OVERRIDE;
EGLDisplay         35 ui/gl/gl_surface_egl.h   static EGLDisplay GetHardwareDisplay();