Home
last modified time | relevance | path

Searched refs:CreatePlatformPixmapSurfaceEXT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h115 …EGLSurface CreatePlatformPixmapSurfaceEXT(EGLConfig config, void *nativePixmap, const EGLint *attr…
H A Degl_wrapper_display.cpp1181 EGLSurface EglWrapperDisplay::CreatePlatformPixmapSurfaceEXT(EGLConfig config, void *nativePixmap, in CreatePlatformPixmapSurfaceEXT() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp1389 return display->CreatePlatformPixmapSurfaceEXT(config, nativePixmap, attribList); in EglCreatePlatformPixmapSurfaceEXTImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp788 auto result = eglWrapperDisplay->CreatePlatformPixmapSurfaceEXT(nullptr, nullptr, nullptr); in HWTEST_F()
804 auto result = eglWrapperDisplay->CreatePlatformPixmapSurfaceEXT(nullptr, nullptr, nullptr); in HWTEST_F()