Home
last modified time | relevance | path

Searched refs:egl (Results 1 - 25 of 58) sorted by relevance

123

/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_entry.cpp20 #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 Degl_wrapper_display.cpp109 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 Degl_wrapper_entry.h19 #include <EGL/egl.h>
H A Degl_wrapper_surface.h19 #include <EGL/egl.h>
H A Degl_wrapper_loader.h18 #include <EGL/egl.h>
H A Degl_wrapper_context.h19 #include <EGL/egl.h>
H A Degl_defs.h27 EglHookTable egl; member
H A Degl_wrapper_layer.h19 #include <EGL/egl.h>
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_lib_header.h21 #include <EGL/egl.h>
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_loader_test.cpp150 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 Ddebug_layer_test.h19 #include <EGL/egl.h>
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_functions.h20 #include <EGL/egl.h>
/foundation/graphic/graphic_3d/3d_widget_adapter/include/ohos/
H A Dgraphics_manager.h21 #include <EGL/egl.h>
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Degl_surface.h21 #include <EGL/egl.h>
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Doffscreen_context_helper.h19 #include <EGL/egl.h>
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Dthread_private_data_ctl.h20 #include <EGL/egl.h>
H A Dhook.h18 #include <EGL/egl.h>
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/
H A Degl_core.h18 #include <EGL/egl.h>
/foundation/graphic/graphic_2d/rosen/modules/effect/egl/include/
H A Degl_manager.h20 #include <EGL/egl.h>
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperlayer_fuzzer/
H A Deglwrapperlayer_fuzzer.cpp20 #include <EGL/egl.h>
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperobject_fuzzer/
H A Deglwrapperobject_fuzzer.cpp21 #include <EGL/egl.h>
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/common/
H A Dcommon.h19 #include <EGL/egl.h>
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperentry_fuzzer/
H A Deglwrapperentry_fuzzer.cpp20 #include <EGL/egl.h>
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/
H A Degl_manager.h20 #include <EGL/egl.h>
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrappercontext_fuzzer/
H A Deglwrappercontext_fuzzer.cpp20 #include <EGL/egl.h>

Completed in 9 milliseconds

123