Searched refs:CreatePixmapSurface (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_display.h | 54 …EGLSurface CreatePixmapSurface(EGLConfig config, EGLNativePixmapType pixmap, const EGLint* attribL…
|
H A D | egl_wrapper_display.cpp | 615 EGLSurface EglWrapperDisplay::CreatePixmapSurface(EGLConfig config, in CreatePixmapSurface() function in OHOS::EglWrapperDisplay
|
H A D | egl_wrapper_entry.cpp | 139 return display->CreatePixmapSurface(config, pixmap, attribList); in EglCreatePixmapSurfaceImpl()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_wrapper_display_test.cpp | 172 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 D | eglwrapperdisplay_fuzzer.cpp | 160 eglWrapperDisplay->CreatePixmapSurface(config4, pixmap1, &attribList6); in DoSomethingInterestingWithMyAPI()
|