/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/ |
H A D | drawing_proxy.cpp | 55 void DrawingProxy::MakeCurrent() in MakeCurrent() function in OHOS::Rosen::DrawingProxy 57 canvasContext_->MakeCurrent(); in MakeCurrent()
|
H A D | canvas_context.cpp | 91 void CanvasContext::MakeCurrent() in MakeCurrent() function in OHOS::Rosen::CanvasContext 93 renderBackend_->MakeCurrent(); in MakeCurrent()
|
H A D | drawing_proxy.h | 30 void MakeCurrent();
|
H A D | egl_manager.h | 33 void MakeCurrent();
|
H A D | interface_render_backend.h | 31 virtual void MakeCurrent() = 0;
|
H A D | software_render_backend.h | 30 void MakeCurrent() override {};
|
H A D | canvas_context.h | 33 void MakeCurrent();
|
H A D | gles_render_backend.cpp | 103 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 D | gles_render_backend.h | 44 void MakeCurrent() override;
|
H A D | vulkan_render_backend.h | 39 void MakeCurrent() override {}
|
H A D | egl_manager.cpp | 186 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 D | rs_surface_ohos_gl.cpp | 90 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 D | render_context.cpp | 91 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 D | rs_shared_context.h | 36 void MakeCurrent();
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | render_context.h | 37 virtual bool MakeCurrent(const RenderSurface *surface);
|
H A D | render_context.cpp | 67 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 D | render_context.h | 52 void MakeCurrent(EGLSurface surface) const;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ohos/ |
H A D | render_context_ohos_gl.h | 39 void MakeCurrent(void* curSurface = nullptr, void* curContext = nullptr) override;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ |
H A D | render_context_base.h | 34 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 D | egl_image_test.cpp | 175 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 D | glfw_render_context.h | 56 void MakeCurrent();
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
H A D | surface_ohos_gl.cpp | 49 drawingProxy_->MakeCurrent(); in RequestFrame()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_surface_windows.cpp | 172 GlfwRenderContext::GetGlobal()->MakeCurrent(); in SetupGrContext()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_surface_darwin.cpp | 170 GlfwRenderContext::GetGlobal()->MakeCurrent(); in SetupGrContext()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | render_context.h | 69 void MakeCurrent(EGLSurface surface, EGLContext context = EGL_NO_CONTEXT);
|