/third_party/mesa3d/src/egl/main/ |
H A D | eglapi.c | 1083 _fixupNativePixmap(_EGLDisplay *disp, void *native_pixmap) in _fixupNativePixmap() argument 1086 /* The `native_pixmap` parameter for the X11 platform differs between in _fixupNativePixmap() 1088 * eglCreatePixmapSurface(), the type of `native_pixmap` is an Xlib in _fixupNativePixmap() 1093 if (disp && disp->Platform == _EGL_PLATFORM_X11 && native_pixmap != NULL) in _fixupNativePixmap() 1094 return (void *)(* (Pixmap*) native_pixmap); in _fixupNativePixmap() 1097 if (disp && disp->Platform == _EGL_PLATFORM_XCB && native_pixmap != NULL) { in _fixupNativePixmap() 1102 return (void *)(uintptr_t) (* (uint32_t*) native_pixmap); in _fixupNativePixmap() 1105 return native_pixmap; in _fixupNativePixmap() 1110 void *native_pixmap, const EGLint *attrib_list) in _eglCreatePixmapSurfaceCommon() 1136 if (native_pixmap in _eglCreatePixmapSurfaceCommon() 1109 _eglCreatePixmapSurfaceCommon(_EGLDisplay *disp, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) _eglCreatePixmapSurfaceCommon() argument 1162 eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) eglCreatePlatformPixmapSurfaceEXT() argument 1176 eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) eglCreatePlatformPixmapSurface() argument [all...] |
H A D | egldriver.h | 103 void *native_pixmap, const EGLint *attrib_list);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | main.cpp | 387 EGLSurface EGLAPIENTRY CreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list); 388 EGLSurface EGLAPIENTRY CreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list); 605 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) in eglCreatePlatformPixmapSurfaceEXT() argument 607 return egl::CreatePlatformPixmapSurfaceEXT(dpy, config, native_pixmap, attrib_list); in eglCreatePlatformPixmapSurfaceEXT() 610 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) in eglCreatePlatformPixmapSurface() argument 612 return egl::CreatePlatformPixmapSurface(dpy, config, native_pixmap, attrib_list); in eglCreatePlatformPixmapSurface()
|
H A D | libEGL.cpp | 416 EGLSurface EGLAPIENTRY CreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) in CreatePlatformPixmapSurface() argument 418 TRACE("(EGLDisplay dpy = %p, EGLConfig config = %p, void *native_pixmap = %p, " in CreatePlatformPixmapSurface() 419 "const EGLint *attrib_list = %p)", dpy, config, native_pixmap, attrib_list); in CreatePlatformPixmapSurface() 435 EGLSurface EGLAPIENTRY CreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) in CreatePlatformPixmapSurfaceEXT() argument 437 TRACE("(EGLDisplay dpy = %p, EGLConfig config = %p, void *native_pixmap = %p, " in CreatePlatformPixmapSurfaceEXT() 438 "const EGLint *attrib_list = %p)", dpy, config, native_pixmap, attrib_list); in CreatePlatformPixmapSurfaceEXT() 441 return CreatePlatformPixmapSurface(dpy, config, native_pixmap, &attribs); in CreatePlatformPixmapSurfaceEXT()
|
/third_party/vk-gl-cts/framework/platform/ohos/display/ |
H A D | tcuOhosNativeDisplay.cpp | 133 eglw::EGLSurface OhosLibrary::createPlatformPixmapSurface(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLAttrib *attrib_list) const in createPlatformPixmapSurface() argument 135 return OHOS::OhosContextI::GetInstance().OH_createPlatformPixmapSurface(dpy, config, native_pixmap, reinterpret_cast<const int *>(attrib_list)); in createPlatformPixmapSurface() 138 eglw::EGLSurface OhosLibrary::createPlatformPixmapSurfaceEXT(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLint *attrib_list) const in createPlatformPixmapSurfaceEXT() argument 140 return OHOS::OhosContextI::GetInstance().OH_createPlatformPixmapSurfaceEXT(dpy, config, native_pixmap, attrib_list); in createPlatformPixmapSurfaceEXT()
|
H A D | tcuOhosNativeDisplay.hpp | 66 eglw::EGLSurface createPlatformPixmapSurface(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLAttrib *attrib_list) const; 67 eglw::EGLSurface createPlatformPixmapSurfaceEXT(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLint *attrib_list) const;
|
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
H A D | ohos_context_i.h | 100 virtual void* OH_createPlatformPixmapSurface(void* dpy, void* config, void *native_pixmap, const int *attrib_list) = 0; 101 virtual void* OH_createPlatformPixmapSurfaceEXT(void* dpy, void* config, void *native_pixmap, const int32_t *attrib_list) = 0;
|
H A D | rosen_context_impl.h | 68 void* OH_createPlatformPixmapSurface(void* dpy, void* config, void *native_pixmap, const int *attrib_list) override; 69 void* OH_createPlatformPixmapSurfaceEXT(void* dpy, void* config, void *native_pixmap, const int32_t *attrib_list) override;
|
H A D | rosen_context_impl.cpp | 593 void* RosenContextImpl::OH_createPlatformPixmapSurface(void* dpy, void* config, void *native_pixmap, const int *attrib_list) in OH_createPlatformPixmapSurface() argument 595 auto ret = eglCreatePlatformPixmapSurface(dpy, config, native_pixmap, reinterpret_cast<const EGLAttrib *>(attrib_list)); in OH_createPlatformPixmapSurface() 596 // std::cout<<" ! createPlatformPixmapSurface("<<"dpy="<<dpy<<", "<<"config="<<config<<", "<<"native_pixmap="<<native_pixmap<<", "<<"attrib_list="<<attrib_list<<")" << "=" << ret << std::endl; in OH_createPlatformPixmapSurface() 600 void* RosenContextImpl::OH_createPlatformPixmapSurfaceEXT(void* dpy, void* config, void *native_pixmap, const int32_t *attrib_list) in OH_createPlatformPixmapSurfaceEXT() argument
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
H A D | libEGL_autogen.cpp | 330 void *native_pixmap, in eglCreatePlatformPixmapSurface() 334 return EGL_CreatePlatformPixmapSurface(dpy, config, native_pixmap, attrib_list); in eglCreatePlatformPixmapSurface() 647 void *native_pixmap, in eglCreatePlatformPixmapSurfaceEXT() 651 return EGL_CreatePlatformPixmapSurfaceEXT(dpy, config, native_pixmap, attrib_list); in eglCreatePlatformPixmapSurfaceEXT() 328 eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) eglCreatePlatformPixmapSurface() argument 645 eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) eglCreatePlatformPixmapSurfaceEXT() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | functionsegl_typedefs.h | 125 void *native_pixmap,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationEGL_autogen.h | 145 const void *native_pixmap, 339 const void *native_pixmap,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_egl_autogen.cpp | 656 void *native_pixmap, in EGL_CreatePlatformPixmapSurface() 661 "dpy = 0x%016" PRIxPTR ", config = 0x%016" PRIxPTR ", native_pixmap = 0x%016" PRIxPTR in EGL_CreatePlatformPixmapSurface() 663 (uintptr_t)dpy, (uintptr_t)config, (uintptr_t)native_pixmap, (uintptr_t)attrib_list); in EGL_CreatePlatformPixmapSurface() 672 EGLSurface, dpyPacked, configPacked, native_pixmap, attrib_listPacked); in EGL_CreatePlatformPixmapSurface() 674 return CreatePlatformPixmapSurface(thread, dpyPacked, configPacked, native_pixmap, in EGL_CreatePlatformPixmapSurface() 654 EGL_CreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) EGL_CreatePlatformPixmapSurface() argument
|
H A D | entry_points_egl_autogen.h | 117 void *native_pixmap,
|
H A D | entry_points_egl_ext_autogen.h | 152 void *native_pixmap,
|
H A D | egl_stubs_autogen.h | 84 void *native_pixmap,
|
H A D | entry_points_egl_ext_autogen.cpp | 640 void *native_pixmap, in EGL_CreatePlatformPixmapSurfaceEXT() 645 "dpy = 0x%016" PRIxPTR ", config = 0x%016" PRIxPTR ", native_pixmap = 0x%016" PRIxPTR in EGL_CreatePlatformPixmapSurfaceEXT() 647 (uintptr_t)dpy, (uintptr_t)config, (uintptr_t)native_pixmap, (uintptr_t)attrib_list); in EGL_CreatePlatformPixmapSurfaceEXT() 656 EGLSurface, dpyPacked, configPacked, native_pixmap, attrib_listPacked); in EGL_CreatePlatformPixmapSurfaceEXT() 658 return CreatePlatformPixmapSurfaceEXT(thread, dpyPacked, configPacked, native_pixmap, in EGL_CreatePlatformPixmapSurfaceEXT() 638 EGL_CreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) EGL_CreatePlatformPixmapSurfaceEXT() argument
|
H A D | egl_ext_stubs_autogen.h | 51 void *native_pixmap,
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
H A D | egl_haiku.cpp | 117 _EGLConfig *conf, void *native_pixmap, const EGLint *attrib_list) in haiku_create_pixmap_surface() 116 haiku_create_pixmap_surface(_EGLDisplay *disp, _EGLConfig *conf, void *native_pixmap, const EGLint *attrib_list) haiku_create_pixmap_surface() argument
|
/third_party/EGL/api/EGL/ |
H A D | egl.h | 322 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list); 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 | 322 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list); 333 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_x11_dri3.c | 262 void *native_pixmap, const EGLint *attrib_list) in dri3_create_pixmap_surface() 265 native_pixmap, attrib_list); in dri3_create_pixmap_surface() 261 dri3_create_pixmap_surface(_EGLDisplay *disp, _EGLConfig *conf, void *native_pixmap, const EGLint *attrib_list) dri3_create_pixmap_surface() argument
|
H A D | egl_dri2.h | 112 void *native_pixmap,
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | egl.h | 322 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list); 333 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
|
/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);
|