Searched refs:eglCreatePlatformPixmapSurface (Results 1 - 13 of 13) sorted by relevance
/third_party/EGL/sdk/docs/man/html/ |
H A D | Makefile | 26 eglCreatePlatformPixmapSurface.xhtml \
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | trace_egl_loader_autogen.h | 61 #define eglCreatePlatformPixmapSurface t_eglCreatePlatformPixmapSurface macro
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | egl_loader_autogen.h | 61 #define eglCreatePlatformPixmapSurface l_eglCreatePlatformPixmapSurface macro
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | egl.h | 295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | egl.h | 295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
|
/third_party/EGL/api/EGL/ |
H A D | egl.h | 333 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
|
/third_party/mesa3d/include/EGL/ |
H A D | egl.h | 333 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | egl.h | 333 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
H A D | libEGL_autogen.cpp | 328 EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface(EGLDisplay dpy, in eglCreatePlatformPixmapSurface() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | main.cpp | 610 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) in eglCreatePlatformPixmapSurface() function
|
H A D | libEGL.cpp | 1551 FUNCTION(eglCreatePlatformPixmapSurface), in GetProcAddress()
|
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
H A D | rosen_context_impl.cpp | 595 auto ret = eglCreatePlatformPixmapSurface(dpy, config, native_pixmap, reinterpret_cast<const EGLAttrib *>(attrib_list)); in OH_createPlatformPixmapSurface()
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglapi.c | 1120 * [Like eglCreatePlatformWindowSurface,] eglCreatePlatformPixmapSurface in _eglCreatePixmapSurfaceCommon() 1176 eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformPixmapSurface() function
|
Completed in 19 milliseconds