Searched refs:CreatePlatformPixmapSurfaceEXT (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_display.h | 115 …EGLSurface CreatePlatformPixmapSurfaceEXT(EGLConfig config, void *nativePixmap, const EGLint *attr…
|
H A D | egl_wrapper_display.cpp | 1181 EGLSurface EglWrapperDisplay::CreatePlatformPixmapSurfaceEXT(EGLConfig config, void *nativePixmap, in CreatePlatformPixmapSurfaceEXT() function in OHOS::EglWrapperDisplay
|
H A D | egl_wrapper_entry.cpp | 1389 return display->CreatePlatformPixmapSurfaceEXT(config, nativePixmap, attribList); in EglCreatePlatformPixmapSurfaceEXTImpl()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_wrapper_display_test.cpp | 788 auto result = eglWrapperDisplay->CreatePlatformPixmapSurfaceEXT(nullptr, nullptr, nullptr); in HWTEST_F() 804 auto result = eglWrapperDisplay->CreatePlatformPixmapSurfaceEXT(nullptr, nullptr, nullptr); in HWTEST_F()
|