Home
last modified time | relevance | path

Searched refs:EGLContext (Results 1 - 25 of 65) sorted by relevance

123

/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Doffscreen_context_helper.h28 EGLContext c_ = EGL_NO_CONTEXT;
38 EGLContext CreateOffScreenContext(EGLContext eglContext);
39 EGLContext GetOffScreenContext();
45 EGLContext localThreadContext_ = EGL_NO_CONTEXT;
H A Dgraphics_manager_common.h51 EGLContext GetOrCreateOffScreenContext(EGLContext eglContext);
68 bool InitEngine(EGLContext eglContext, PlatformData data);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_shared_context.h26 typedef void* EGLContext; typedef
33 static std::shared_ptr<RSSharedContext> MakeSharedGLContext(EGLContext context);
40 RSSharedContext(EGLDisplay display, EGLContext context, EGLSurface surface) in RSSharedContext()
44 EGLContext context_ = nullptr;
H A Drs_background_thread.h51 EGLContext eglShareContext_ = static_cast<EGLContext>(0);
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_context.h27 EglWrapperContext(EglWrapperDisplay *disp, EGLContext context,
31 static EglWrapperContext *GetWrapperContext(EGLContext ctx);
32 inline EGLContext GetEglContext() const in GetEglContext()
43 EGLContext context_;
H A Degl_wrapper_display.h35 EGLBoolean MakeCurrent(EGLSurface draw, EGLSurface read, EGLContext ctx);
37 EGLBoolean MakeCurrentAfterHook(EGLSurface draw, EGLSurface read, EGLContext ctx);
42 static bool ValidateEglContext(EGLContext ctx);
44 EGLContext CreateEglContext(EGLConfig config, EGLContext shareList, const EGLint *attribList);
46 EGLBoolean DestroyEglContext(EGLContext context);
84 EGLBoolean QueryContext(EGLContext ctx, EGLint attribute, EGLint *value);
92 EGLImage CreateImage(EGLContext ctx, EGLenum target,
102 EGLImageKHR CreateImageKHR(EGLContext ctx, EGLenum target,
H A Degl_wrapper_context.cpp19 EglWrapperContext::EglWrapperContext(EglWrapperDisplay *disp, EGLContext context, EGLint version) in EglWrapperContext()
40 EglWrapperContext *EglWrapperContext::GetWrapperContext(EGLContext ctx) in GetWrapperContext()
H A Degl_wrapper_display.cpp163 EGLContext actualCtx = EGL_NO_CONTEXT; in InternalMakeCurrent()
224 EGLBoolean EglWrapperDisplay::MakeCurrent(EGLSurface draw, EGLSurface read, EGLContext ctx) in MakeCurrent()
235 WLOGE("EGLContext is invalid."); in MakeCurrent()
241 WLOGE("EGLContext and EGLSurface is bad match."); in MakeCurrent()
273 EGLBoolean EglWrapperDisplay::MakeCurrentAfterHook(EGLSurface draw, EGLSurface read, EGLContext ctx) in MakeCurrentAfterHook()
281 EGLContext curC = ThreadPrivateDataCtl::GetContext(); in MakeCurrentAfterHook()
287 WLOGE("EGLContext is invalid."); in MakeCurrentAfterHook()
293 WLOGE("EGLContext and EGLSurface is bad match."); in MakeCurrentAfterHook()
392 bool EglWrapperDisplay::ValidateEglContext(EGLContext ctx) in ValidateEglContext()
421 EGLContext EglWrapperDispla
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.h69 void MakeCurrent(EGLSurface surface, EGLContext context = EGL_NO_CONTEXT);
77 void ShareMakeCurrent(EGLContext shareContext);
78 void ShareMakeCurrentNoSurface(EGLContext shareContext);
79 void SetAndMakeCurrentShareContex(EGLContext shareContext);
86 EGLContext GetEGLContext() const in GetEGLContext()
137 EGLContext CreateShareContext();
142 static const EGLContext GetResourceContext();
153 EGLContext eglContext_ = EGL_NO_CONTEXT;
159 static EGLContext resourceContext;
H A Drender_context_egl_defines.h22 typedef void *EGLContext; typedef
36 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0)
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp69 EGLContext ctx1 = GetData<EGLContext>(); in DoSomethingInterestingWithMyAPI()
76 EGLContext ctx2 = GetData<EGLContext>(); in DoSomethingInterestingWithMyAPI()
79 EGLContext shareList1 = GetData<EGLContext>(); in DoSomethingInterestingWithMyAPI()
84 EGLContext context1 = GetData<EGLContext>(); in DoSomethingInterestingWithMyAPI()
97 EGLContext ctx3 = GetData<EGLContext>(); in DoSomethingInterestingWithMyAPI()
[all...]
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrappercontext_fuzzer/
H A Deglwrappercontext_fuzzer.cpp62 EGLContext context = GetData<EGLContext>(); in DoSomethingInterestingWithMyAPI()
68 EGLContext ctx = GetData<EGLContext>(); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Dthread_private_data_ctl.h27 EGLContext ctx;
37 static void SetContext(EGLContext ctx);
38 static EGLContext GetContext();
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Degl_surface.h32 virtual GSError InitContext(EGLContext context = EGL_NO_CONTEXT) = 0;
34 virtual EGLContext GetEglContext() const = 0;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/include/
H A Drender_context.h64 EGLContext GetEGLContext() const in GetEGLContext()
82 EGLContext eglContext_ = EGL_NO_CONTEXT;
/foundation/graphic/graphic_2d/rosen/modules/effect/egl/include/
H A Degl_manager.h46 EGLBoolean IsEGLContextInCurrentThread(EGLDisplay display, EGLContext context);
62 EGLContext EGLContext_;
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/
H A Degl_manager.h60 EGLContext GetEGLContext() const in GetEGLContext()
81 EGLContext eglContext_;
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Doffscreen_context_helper.cpp52 EGLContext OffScreenContextHelper::CreateOffScreenContext(EGLContext eglContext) in CreateOffScreenContext()
101 EGLContext OffScreenContextHelper::GetOffScreenContext() in GetOffScreenContext()
H A Dgraphics_manager_common.cpp60 bool GraphicsManagerCommon::InitEngine(EGLContext eglContext, PlatformData data) in InitEngine()
176 EGLContext GraphicsManagerCommon::GetOrCreateOffScreenContext(EGLContext eglContext) in GetOrCreateOffScreenContext()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/
H A Dthread_private_data_ctl.cpp102 void ThreadPrivateDataCtl::SetContext(EGLContext ctx) in SetContext()
108 EGLContext ThreadPrivateDataCtl::GetContext() in GetContext()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_share_context.cpp26 EGLContext RSUIShareContext::GetRsRenderContext() const in GetRsRenderContext()
H A Drs_ui_share_context.h31 EGLContext GetRsRenderContext() const;
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drosen_render_scene_viewer.h32 EGLContext GetRenderContext() override;
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Degl_manager.h40 EGLContext eglContext_;
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_context.h43 EGLContext context_;

Completed in 8 milliseconds

123