Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h90 EGLSurface CreatePbufferFromClientBuffer(EGLenum buftype,
H A Degl_wrapper_display.cpp781 EGLSurface EglWrapperDisplay::CreatePbufferFromClientBuffer( in CreatePbufferFromClientBuffer() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp605 return display->CreatePbufferFromClientBuffer(buftype, buffer, config, attribList); in EglCreatePbufferFromClientBufferImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp357 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 Deglwrapperdisplay_fuzzer.cpp167 eglWrapperDisplay->CreatePbufferFromClientBuffer(buftype1, buffer3, config5, &attribList10); in DoSomethingInterestingWithMyAPI()