Home
last modified time | relevance | path

Searched refs:native_pixmap (Results 1 - 25 of 35) sorted by relevance

12

/third_party/mesa3d/src/egl/main/
H A Deglapi.c1083 _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 Degldriver.h103 void *native_pixmap, const EGLint *attrib_list);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A Dmain.cpp387 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 DlibEGL.cpp416 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 DtcuOhosNativeDisplay.cpp133 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 DtcuOhosNativeDisplay.hpp66 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 Dohos_context_i.h100 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 Drosen_context_impl.h68 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 Drosen_context_impl.cpp593 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 DlibEGL_autogen.cpp330 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 Dfunctionsegl_typedefs.h125 void *native_pixmap,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationEGL_autogen.h145 const void *native_pixmap,
339 const void *native_pixmap,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_egl_autogen.cpp656 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 Dentry_points_egl_autogen.h117 void *native_pixmap,
H A Dentry_points_egl_ext_autogen.h152 void *native_pixmap,
H A Degl_stubs_autogen.h84 void *native_pixmap,
H A Dentry_points_egl_ext_autogen.cpp640 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 Degl_ext_stubs_autogen.h51 void *native_pixmap,
/third_party/mesa3d/src/egl/drivers/haiku/
H A Degl_haiku.cpp117 _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 Degl.h322 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 Degl.h322 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 Dplatform_x11_dri3.c262 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 Degl_dri2.h112 void *native_pixmap,
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Degl.h322 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 Degl.h295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);

Completed in 24 milliseconds

12