Home
last modified time | relevance | path

Searched refs:MakeCurrent (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/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 Dgles_render_backend.cpp103 void GLESRenderBackend::MakeCurrent() in MakeCurrent() function in OHOS::Rosen::GLESRenderBackend
109 eglManager_->MakeCurrent(); in MakeCurrent()
H A Ddrawing_proxy.h30 void MakeCurrent();
H A Degl_manager.h33 void MakeCurrent();
H A Dcanvas_context.h33 void MakeCurrent();
H A Dinterface_render_backend.h31 virtual void MakeCurrent() = 0;
H A Dsoftware_render_backend.h30 void MakeCurrent() override {}; in MakeCurrent() function
H A Dvulkan_render_backend.h39 void MakeCurrent() override {} in MakeCurrent() function
H A Dgles_render_backend.h44 void MakeCurrent() override;
H A Degl_manager.cpp186 void EGLManager::MakeCurrent() in MakeCurrent() function in OHOS::Rosen::EGLManager
/ohos5.0/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()
/ohos5.0/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
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Degl_image_test.cpp175 renderContext->MakeCurrent(EGL_NO_SURFACE);
192 renderContext->MakeCurrent(EGL_NO_SURFACE);
209 renderContext->MakeCurrent(EGL_NO_SURFACE);
218 renderContext->MakeCurrent(surface);
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_context.h37 virtual bool MakeCurrent(const RenderSurface *surface);
H A Drender_context.cpp69 bool RenderContext::MakeCurrent(const RenderSurface *surface) in MakeCurrent() function in OHOS::Media::Effect::RenderContext
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_shared_context.h36 void MakeCurrent();
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/include/
H A Drender_context.h52 void MakeCurrent(EGLSurface surface) const;
/ohos5.0/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;
/ohos5.0/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) {}
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_gl.cpp49 drawingProxy_->MakeCurrent(); in RequestFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
H A Drender_context_ohos_gl.cpp171 void RenderContextOhosGl::MakeCurrent(void* curSurface, void* curContext) in MakeCurrent() function in OHOS::Rosen::RenderContextOhosGl
258 MakeCurrent(frame->eglState->eglSurface); in CreateSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/export/
H A Dglfw_render_context.h56 void MakeCurrent();
/ohos5.0/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);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_surface_darwin.cpp170 GlfwRenderContext::GetGlobal()->MakeCurrent(); in SetupGrContext()

12