Searched refs:eglCopyBuffers (Results 1 – 25 of 65) sorted by relevance
123
/third_party/vk-gl-cts/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 9 { "eglCopyBuffers", (deFunctionPtr)eglCopyBuffers },
|
D | eglwStaticLibrary15.inl | 10 { "eglCopyBuffers", (deFunctionPtr)eglCopyBuffers },
|
D | eglwInitCore.inl | 10 dst->copyBuffers = (eglCopyBuffersFunc) loader->get("eglCopyBuffers");
|
/third_party/mesa3d/src/egl/ |
D | egl-symbols.txt | 5 eglCopyBuffers
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.def | 6 eglCopyBuffers @33
|
D | libEGL_deprecated.def | 6 eglCopyBuffers @33
|
D | libEGL_deprecated.lds | 8 eglCopyBuffers;
|
D | libEGL.hpp | 60 …EGLBoolean (EGLAPIENTRY* eglCopyBuffers)(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType t…
|
/third_party/mesa3d/src/egl/main/ |
D | egl.def.in | 6 eglCopyBuffers@12
|
D | eglentrypoint.h | 11 EGL_ENTRYPOINT(eglCopyBuffers)
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
D | Makefile | 19 eglCopyBuffers.xhtml \
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
D | Makefile | 33 eglCopyBuffers.html \
|
/third_party/EGL/sdk/docs/man/xhtml/ |
D | Makefile | 33 eglCopyBuffers.html \
|
/third_party/EGL/sdk/docs/man/html/ |
D | Makefile | 20 eglCopyBuffers.xhtml \
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_post_sub_buffer.txt | 161 eglCopyBuffers perform an implicit flush operation on the context 169 eglCopyBuffers) should have the same number of components and 189 "eglSwapBuffers, eglPostSubBufferNV, and eglCopyBuffers return
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_post_sub_buffer.txt | 161 eglCopyBuffers perform an implicit flush operation on the context 169 eglCopyBuffers) should have the same number of components and 189 "eglSwapBuffers, eglPostSubBufferNV, and eglCopyBuffers return
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
D | libEGL_autogen.def | 12 eglCopyBuffers
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
D | egl.h | 255 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
|
/third_party/EGL/api/1.2/EGL/ |
D | egl.h | 259 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
|
/third_party/EGL/api/1.2/ |
D | egl.h | 255 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
D | egl.h | 255 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
|
/third_party/EGL/api/1.1/EGL/ |
D | egl.h | 220 GLAPI EGLBoolean APIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, NativePixmapType targ…
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_present_opaque.txt | 101 p. 53 (describing eglCopyBuffers):
|
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/ |
D | egl.h | 250 GLAPI EGLBoolean APIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, NativePixmapType targ…
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglNegativeApiTests.cpp | 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()
|
123