Home
last modified time | relevance | path

Searched refs:MakeCurrent (Results 1 - 25 of 35) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Ddrawing_proxy.cpp55 void DrawingProxy::MakeCurrent() in MakeCurrent() function in OHOS::Rosen::DrawingProxy
57 canvasContext_->MakeCurrent(); in MakeCurrent()
H A Dcanvas_context.cpp91 void CanvasContext::MakeCurrent() in MakeCurrent() function in OHOS::Rosen::CanvasContext
93 renderBackend_->MakeCurrent(); in MakeCurrent()
H A Ddrawing_proxy.h30 void MakeCurrent();
H A Degl_manager.h33 void MakeCurrent();
H A Dinterface_render_backend.h31 virtual void MakeCurrent() = 0;
H A Dsoftware_render_backend.h30 void MakeCurrent() override {};
H A Dcanvas_context.h33 void MakeCurrent();
H A Dgles_render_backend.cpp103 void GLESRenderBackend::MakeCurrent() in MakeCurrent() function in OHOS::Rosen::GLESRenderBackend
106 LOGE("eglManager_ is nullptr, can not MakeCurrent"); in MakeCurrent()
109 eglManager_->MakeCurrent(); in MakeCurrent()
H A Dgles_render_backend.h44 void MakeCurrent() override;
H A Dvulkan_render_backend.h39 void MakeCurrent() override {}
H A Degl_manager.cpp186 void EGLManager::MakeCurrent() in MakeCurrent() function in OHOS::Rosen::EGLManager
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_gl.cpp90 context->MakeCurrent(mEglSurface); in RequestFrame()
131 context_->MakeCurrent(EGL_NO_SURFACE); in ClearBuffer()
144 context_->MakeCurrent(EGL_NO_SURFACE, context_->GetEGLContext()); in ResetBufferAge()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/src/
H A Drender_context.cpp91 MakeCurrent(pbufferSurface_); in InitEGLContext()
111 void RenderContext::MakeCurrent(EGLSurface surface) const in MakeCurrent() function in OHOS::Media::RenderContext
122 "RenderContext::MakeCurrent failed for eglSurface %{public}d, error is %{public}x", in MakeCurrent()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_shared_context.h36 void MakeCurrent();
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_context.h37 virtual bool MakeCurrent(const RenderSurface *surface);
H A Drender_context.cpp67 bool RenderContext::MakeCurrent(const RenderSurface *surface) in MakeCurrent() function in OHOS::Media::Effect::RenderContext
70 EFFECT_LOGE("EGL MakeCurrent failed"); in MakeCurrent()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/include/
H A Drender_context.h52 void MakeCurrent(EGLSurface surface) const;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ohos/
H A Drender_context_ohos_gl.h39 void MakeCurrent(void* curSurface = nullptr, void* curContext = nullptr) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H A Drender_context_base.h34 virtual void MakeCurrent(void* curSurface = nullptr, void* curContext = nullptr) {} in MakeCurrent() function in OHOS::Rosen::RenderContextBase
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Degl_image_test.cpp175 renderContext->MakeCurrent(EGL_NO_SURFACE); in HWTEST_F()
177 // even though MakeCurrent(EGL_NO_SURFACE), current surface is still not EGL_NO_SURFACE in HWTEST_F()
192 renderContext->MakeCurrent(EGL_NO_SURFACE); in HWTEST_F()
194 // even though MakeCurrent(EGL_NO_SURFACE), current surface is still not EGL_NO_SURFACE in HWTEST_F()
209 renderContext->MakeCurrent(EGL_NO_SURFACE); in HWTEST_F()
211 // even though MakeCurrent(EGL_NO_SURFACE), current surface is still not EGL_NO_SURFACE in HWTEST_F()
218 renderContext->MakeCurrent(surface); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/export/
H A Dglfw_render_context.h56 void MakeCurrent();
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_gl.cpp49 drawingProxy_->MakeCurrent(); in RequestFrame()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_surface_windows.cpp172 GlfwRenderContext::GetGlobal()->MakeCurrent(); in SetupGrContext()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_surface_darwin.cpp170 GlfwRenderContext::GetGlobal()->MakeCurrent(); in SetupGrContext()
/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);

Completed in 9 milliseconds

12