Searched refs:eglCreateWindowSurface (Results 1 – 25 of 154) sorted by relevance
1234567
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_present_opaque.txt | 70 eglCreateWindowSurface): 77 (describing eglCreateWindowSurface attrib_list): 96 window surfaces is specified in eglCreateWindowSurface. The
|
D | EGL_EXT_platform_base.txt | 194 'eglCreateWindowSurface' with 'eglCreatePlatformWindowSurfaceEXT'. 210 EGLSurface eglCreateWindowSurface( 216 The behavior of eglCreateWindowSurface is identical to that of 244 occurence of 'eglCreateWindowSurface' with 296 calling eglCreateWindowSurface() with a display and native 317 a typedef for void*). To preserve the ABI of eglCreateWindowSurface() 324 eglCreateWindowSurface(dpy, window, attribs) 328 eglCreateWindowSurface(dpy, (void*) window, attribs) .
|
/third_party/vk-gl-cts/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 14 { "eglCreateWindowSurface", (deFunctionPtr)eglCreateWindowSurface },
|
D | eglwStaticLibrary15.inl | 19 { "eglCreateWindowSurface", (deFunctionPtr)eglCreateWindowSurface },
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_platform_base.txt | 194 'eglCreateWindowSurface' with 'eglCreatePlatformWindowSurfaceEXT'. 210 EGLSurface eglCreateWindowSurface( 216 The behavior of eglCreateWindowSurface is identical to that of 244 occurence of 'eglCreateWindowSurface' with 296 calling eglCreateWindowSurface() with a display and native 317 a typedef for void*). To preserve the ABI of eglCreateWindowSurface() 324 eglCreateWindowSurface(dpy, window, attribs) 328 eglCreateWindowSurface(dpy, (void*) window, attribs) .
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_gl_colorspace.txt | 52 Accepted as an attribute name by eglCreateWindowSurface, 58 eglCreateWindowSurface, eglCreatePbufferSurface and 111 used with eglCreateWindowSurface." 124 used with eglCreateWindowSurface."
|
D | EGL_KHR_config_attribs.txt | 125 eglCreateWindowSurface): 141 eglCreateWindowSurface), an EGL_BAD_MATCH error is generated." 148 eglCreateWindowSurface), an EGL_BAD_MATCH error is generated."
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_gl_colorspace.txt | 52 Accepted as an attribute name by eglCreateWindowSurface, 58 eglCreateWindowSurface, eglCreatePbufferSurface and 111 used with eglCreateWindowSurface." 124 used with eglCreateWindowSurface."
|
D | EGL_KHR_config_attribs.txt | 125 eglCreateWindowSurface): 141 eglCreateWindowSurface), an EGL_BAD_MATCH error is generated." 148 eglCreateWindowSurface), an EGL_BAD_MATCH error is generated."
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_n_buffer.txt | 67 parameter of eglCreateWindowSurface: 74 parameter of eglCreateWindowSurface: 144 eglCreateWindowSurface. Arbitrary buffer counts would require a
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLX11VisualTest.cpp | 130 EGLSurface window = eglCreateWindowSurface(display, config, xWindow, nullptr); in TEST_P() 199 EGLSurface window = eglCreateWindowSurface(display, config, xWindow, nullptr); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLX11VisualTest.cpp | 132 EGLSurface window = eglCreateWindowSurface(display, config, xWindow, nullptr); in TEST_P() 206 EGLSurface window = eglCreateWindowSurface(display, config, xWindow, nullptr); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_surface_orientation.txt | 59 eglCreateWindowSurface and attribute name in the <attribute> 66 of eglCreateWindowSurface:
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_surface_orientation.txt | 59 eglCreateWindowSurface and attribute name in the <attribute> 66 of eglCreateWindowSurface:
|
/third_party/mesa3d/src/egl/ |
D | egl-symbols.txt | 14 eglCreateWindowSurface
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.def | 11 eglCreateWindowSurface @9
|
D | libEGL_deprecated.def | 11 eglCreateWindowSurface @9
|
D | libEGL_deprecated.lds | 17 eglCreateWindowSurface;
|
/third_party/mesa3d/src/egl/main/ |
D | egl.def.in | 15 eglCreateWindowSurface@16
|
/third_party/flutter/skia/third_party/externals/angle2/src/libEGL/ |
D | libEGL.def | 11 eglCreateWindowSurface @9
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | egl_loader_autogen.cpp | 18 ANGLE_UTIL_EXPORT PFNEGLCREATEWINDOWSURFACEPROC eglCreateWindowSurface; variable 121 eglCreateWindowSurface = in LoadEGL()
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
D | Makefile | 24 eglCreateWindowSurface.xhtml \
|
/third_party/EGL/sdk/docs/man/xhtml/ |
D | Makefile | 38 eglCreateWindowSurface.html \
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
D | Makefile | 38 eglCreateWindowSurface.html \
|
/third_party/EGL/sdk/docs/man/html/ |
D | Makefile | 29 eglCreateWindowSurface.xhtml \
|
1234567