Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h97 EGLSurface CreatePlatformPixmapSurface(EGLConfig config,
H A Degl_wrapper_display.cpp872 EGLSurface EglWrapperDisplay::CreatePlatformPixmapSurface(EGLConfig config, in CreatePlatformPixmapSurface() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp791 return display->CreatePlatformPixmapSurface(config, nativePixmap, attribList); in EglCreatePlatformPixmapSurfaceImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp461 auto result = eglWrapperDisplay->CreatePlatformPixmapSurface(nullptr, nullptr, 0); in HWTEST_F()
477 auto result = eglWrapperDisplay->CreatePlatformPixmapSurface(nullptr, &gWrapperHook, 0); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp171 eglWrapperDisplay->CreatePlatformPixmapSurface(config7, nativePixmap, &attribList13); in DoSomethingInterestingWithMyAPI()