Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp97 auto result = eglWrapperDisplay->CreateEglContext(nullptr, nullptr, 0); in HWTEST_F()
114 auto result = eglWrapperDisplay->CreateEglContext(nullptr, EGL_NO_CONTEXT, 0); in HWTEST_F()
128 auto result = eglWrapperDisplay->CreateEglContext(nullptr, nullptr, 0); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h44 EGLContext CreateEglContext(EGLConfig config, EGLContext shareList, const EGLint *attribList);
H A Degl_wrapper_display.cpp421 EGLContext EglWrapperDisplay::CreateEglContext(EGLConfig config, EGLContext shareList, const EGLint… in CreateEglContext() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp113 return display->CreateEglContext(config, shareList, attribList); in EglCreateContextImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp152 eglWrapperDisplay->CreateEglContext(config1, shareList1, &attribList3); in DoSomethingInterestingWithMyAPI()