Home
last modified time | relevance | path

Searched refs:CreatePixmapSurface (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h54 …EGLSurface CreatePixmapSurface(EGLConfig config, EGLNativePixmapType pixmap, const EGLint* attribL…
H A Degl_wrapper_display.cpp615 EGLSurface EglWrapperDisplay::CreatePixmapSurface(EGLConfig config, in CreatePixmapSurface() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp139 return display->CreatePixmapSurface(config, pixmap, attribList); in EglCreatePixmapSurfaceImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp172 auto result = eglWrapperDisplay->CreatePixmapSurface(nullptr, 0, 0); in HWTEST_F()
189 auto result = eglWrapperDisplay->CreatePixmapSurface(nullptr, window, 0); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp160 eglWrapperDisplay->CreatePixmapSurface(config4, pixmap1, &attribList6); in DoSomethingInterestingWithMyAPI()