Searched refs:CreatePlatformPixmapSurface (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 | 97 EGLSurface CreatePlatformPixmapSurface(EGLConfig config,
|
H A D | egl_wrapper_display.cpp | 872 EGLSurface EglWrapperDisplay::CreatePlatformPixmapSurface(EGLConfig config, in CreatePlatformPixmapSurface() function in OHOS::EglWrapperDisplay
|
H A D | egl_wrapper_entry.cpp | 791 return display->CreatePlatformPixmapSurface(config, nativePixmap, attribList); in EglCreatePlatformPixmapSurfaceImpl()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_wrapper_display_test.cpp | 461 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 D | eglwrapperdisplay_fuzzer.cpp | 171 eglWrapperDisplay->CreatePlatformPixmapSurface(config7, nativePixmap, &attribList13); in DoSomethingInterestingWithMyAPI()
|