/third_party/EGL/sdk/docs/man/html/ |
H A D | Makefile | 20 eglCopyBuffers.xhtml \
|
/third_party/EGL/sdk/docs/man/xhtml/ |
H A D | Makefile | 33 eglCopyBuffers.html \
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
H A D | Makefile | 33 eglCopyBuffers.html \
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
H A D | Makefile | 19 eglCopyBuffers.xhtml \
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglNegativeApiTests.cpp | 88 // * eglCopyBuffers() in init() 195 TEGL_ADD_API_CASE(copy_buffers, "eglCopyBuffers() negative tests", in init() 211 expectFalse(eglCopyBuffers(EGL_NO_DISPLAY, EGL_NO_SURFACE, pixmap->getLegacyNative())); in init() 214 expectFalse(eglCopyBuffers((EGLDisplay)-1, EGL_NO_SURFACE, pixmap->getLegacyNative())); in init() 223 expectFalse(eglCopyBuffers(display, EGL_NO_SURFACE, pixmap->getLegacyNative())); in init() 226 expectFalse(eglCopyBuffers(display, (EGLSurface)-1, pixmap->getLegacyNative())); in init()
|
/third_party/EGL/api/1.2/EGL/ |
H A D | egl.h | 259 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
|
/third_party/EGL/api/1.2/ |
H A D | egl.h | 255 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
|
/third_party/EGL/api/1.1/EGL/ |
H A D | egl.h | 220 GLAPI EGLBoolean APIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, NativePixmapType target);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | libEGL.hpp | 60 EGLBoolean (EGLAPIENTRY* eglCopyBuffers)(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); member in LibEGLexports
|
H A D | main.cpp | 560 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers() function 705 this->eglCopyBuffers = egl::CopyBuffers; in LibEGLexports()
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
H A D | egl.h | 255 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
|
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/ |
H A D | egl.h | 250 GLAPI EGLBoolean APIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, NativePixmapType target);
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
H A D | egl.h | 255 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
|
/third_party/EGL/api/1.0/EGL/ |
H A D | egl.h | 281 EGLAPI EGLBoolean APIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
|
/third_party/EGL/api/1.0/ |
H A D | egl.h | 278 EGLAPI EGLBoolean APIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | trace_egl_loader_autogen.h | 20 #define eglCopyBuffers t_eglCopyBuffers macro
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | egl_loader_autogen.h | 20 #define eglCopyBuffers l_eglCopyBuffers macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/ |
H A D | egl.h | 278 EGLAPI EGLBoolean APIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/ |
H A D | egl.h | 278 EGLAPI EGLBoolean APIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | egl.h | 122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | egl.h | 122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
|
/third_party/EGL/api/EGL/ |
H A D | egl.h | 132 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
|
/third_party/mesa3d/include/EGL/ |
H A D | egl.h | 132 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | egl.h | 132 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
H A D | libEGL_autogen.cpp | 75 EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, in eglCopyBuffers() function
|