Searched refs:egl (Results 1 - 25 of 58) sorted by relevance
123
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_entry.cpp | 20 #include <EGL/egl.h> 81 if (table->isLoad && table->egl.eglChooseConfig) { in EglChooseConfigImpl() 82 ret = table->egl.eglChooseConfig(display->GetEglDisplay(), in EglChooseConfigImpl() 191 if (table->isLoad && table->egl.eglGetConfigAttrib) { in EglGetConfigAttribImpl() 192 ret = table->egl.eglGetConfigAttrib(display->GetEglDisplay(), config, attribute, value); in EglGetConfigAttribImpl() 216 if (table->isLoad && table->egl.eglGetConfigs) { in EglGetConfigsImpl() 217 ret = table->egl.eglGetConfigs(display->GetEglDisplay(), configs, configSize, numConfig); in EglGetConfigsImpl() 287 if (table->isLoad && table->egl.eglGetError) { in EglGetErrorImpl() 288 ret = table->egl.eglGetError(); in EglGetErrorImpl() 333 if (table->isLoad && table->egl in EglGetProcAddressImpl() [all...] |
H A D | egl_wrapper_display.cpp | 109 if (table->isLoad && table->egl.eglInitialize) { in Init() 110 if (table->egl.eglInitialize(disp_, &table->major, &table->minor)) { in Init() 147 if (table->egl.eglTerminate) { in Terminate() 150 return table->egl.eglTerminate(disp_); in Terminate() 180 if (table->isLoad && table->egl.eglMakeCurrent) { in InternalMakeCurrent() 181 ret = table->egl.eglMakeCurrent(disp_, actualDraw, actualRead, actualCtx); in InternalMakeCurrent() 341 if (table->egl.eglGetPlatformDisplay) { in GetEglNativeDisplay() 342 disp_ = table->egl.eglGetPlatformDisplay(platform, disp, attribList); in GetEglNativeDisplay() 350 if (table->egl.eglGetDisplay) { in GetEglNativeDisplay() 351 disp_ = table->egl in GetEglNativeDisplay() [all...] |
H A D | egl_wrapper_entry.h | 19 #include <EGL/egl.h>
|
H A D | egl_wrapper_surface.h | 19 #include <EGL/egl.h>
|
H A D | egl_wrapper_loader.h | 18 #include <EGL/egl.h>
|
H A D | egl_wrapper_context.h | 19 #include <EGL/egl.h>
|
H A D | egl_defs.h | 27 EglHookTable egl; member
|
H A D | egl_wrapper_layer.h | 19 #include <EGL/egl.h>
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | render_lib_header.h | 21 #include <EGL/egl.h>
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_wrapper_loader_test.cpp | 150 auto result = EglWrapperLoader::GetInstance().LoadEgl(eglPath.c_str(), &dispatchTable.egl); in HWTEST_F() 177 auto result = EglWrapperLoader::GetInstance().LoadEgl(eglPath.c_str(), &dispatchTable.egl); in HWTEST_F() 219 auto result = EglWrapperLoader::GetInstance().LoadEgl(eglPath.c_str(), &dispatchTable.egl); in HWTEST_F()
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/ |
H A D | debug_layer_test.h | 19 #include <EGL/egl.h>
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | egl_functions.h | 20 #include <EGL/egl.h>
|
/foundation/graphic/graphic_3d/3d_widget_adapter/include/ohos/ |
H A D | graphics_manager.h | 21 #include <EGL/egl.h>
|
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | egl_surface.h | 21 #include <EGL/egl.h>
|
/foundation/graphic/graphic_3d/3d_widget_adapter/include/ |
H A D | offscreen_context_helper.h | 19 #include <EGL/egl.h>
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/ |
H A D | thread_private_data_ctl.h | 20 #include <EGL/egl.h>
|
H A D | hook.h | 18 #include <EGL/egl.h>
|
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/ |
H A D | egl_core.h | 18 #include <EGL/egl.h>
|
/foundation/graphic/graphic_2d/rosen/modules/effect/egl/include/ |
H A D | egl_manager.h | 20 #include <EGL/egl.h>
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperlayer_fuzzer/ |
H A D | eglwrapperlayer_fuzzer.cpp | 20 #include <EGL/egl.h>
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperobject_fuzzer/ |
H A D | eglwrapperobject_fuzzer.cpp | 21 #include <EGL/egl.h>
|
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/common/ |
H A D | common.h | 19 #include <EGL/egl.h>
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperentry_fuzzer/ |
H A D | eglwrapperentry_fuzzer.cpp | 20 #include <EGL/egl.h>
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/ |
H A D | egl_manager.h | 20 #include <EGL/egl.h>
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrappercontext_fuzzer/ |
H A D | eglwrappercontext_fuzzer.cpp | 20 #include <EGL/egl.h>
|
Completed in 8 milliseconds
123