/ohos5.0/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 | gles_render_backend.cpp | 103 void GLESRenderBackend::MakeCurrent() in MakeCurrent() function in OHOS::Rosen::GLESRenderBackend 109 eglManager_->MakeCurrent(); in MakeCurrent()
|
H A D | drawing_proxy.h | 30 void MakeCurrent();
|
H A D | egl_manager.h | 33 void MakeCurrent();
|
H A D | canvas_context.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 {}; in MakeCurrent() function
|
H A D | vulkan_render_backend.h | 39 void MakeCurrent() override {} in MakeCurrent() function
|
H A D | gles_render_backend.h | 44 void MakeCurrent() override;
|
H A D | egl_manager.cpp | 186 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 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()
|
/ohos5.0/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
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | egl_image_test.cpp | 175 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 D | render_context.h | 37 virtual bool MakeCurrent(const RenderSurface *surface);
|
H A D | render_context.cpp | 69 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 D | rs_shared_context.h | 36 void MakeCurrent();
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/include/ |
H A D | render_context.h | 52 void MakeCurrent(EGLSurface surface) const;
|
/ohos5.0/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;
|
/ohos5.0/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) {}
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
H A D | surface_ohos_gl.cpp | 49 drawingProxy_->MakeCurrent(); in RequestFrame()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/ |
H A D | render_context_ohos_gl.cpp | 171 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 D | glfw_render_context.h | 56 void MakeCurrent();
|
/ohos5.0/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);
|
/ohos5.0/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()
|