Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h106 EGLSurface CreateStreamProducerSurfaceKHR(EGLConfig config,
H A Degl_wrapper_display.cpp987 EGLSurface EglWrapperDisplay::CreateStreamProducerSurfaceKHR(EGLConfig config, in CreateStreamProducerSurfaceKHR() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp1166 return display->CreateStreamProducerSurfaceKHR(config, stream, attribList); in EglCreateStreamProducerSurfaceKHRImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp176 eglWrapperDisplay->CreateStreamProducerSurfaceKHR(config8, stream, &attribList16); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp602 auto result = eglWrapperDisplay->CreateStreamProducerSurfaceKHR(nullptr, nullptr, 0); in HWTEST_F()