Searched refs:CreatePbufferFromClientBuffer (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 | 90 EGLSurface CreatePbufferFromClientBuffer(EGLenum buftype,
|
H A D | egl_wrapper_display.cpp | 781 EGLSurface EglWrapperDisplay::CreatePbufferFromClientBuffer( in CreatePbufferFromClientBuffer() function in OHOS::EglWrapperDisplay
|
H A D | egl_wrapper_entry.cpp | 605 return display->CreatePbufferFromClientBuffer(buftype, buffer, config, attribList); in EglCreatePbufferFromClientBufferImpl()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_wrapper_display_test.cpp | 357 auto result = eglWrapperDisplay->CreatePbufferFromClientBuffer(0, nullptr, nullptr, 0); in HWTEST_F() 371 auto result = eglWrapperDisplay->CreatePbufferFromClientBuffer(0, nullptr, nullptr, 0); in HWTEST_F()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/ |
H A D | eglwrapperdisplay_fuzzer.cpp | 167 eglWrapperDisplay->CreatePbufferFromClientBuffer(buftype1, buffer3, config5, &attribList10); in DoSomethingInterestingWithMyAPI()
|