Home
last modified time | relevance | path

Searched refs:GetEGLDisplay (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_egl_image_manager_test.cpp46 eglImageManager_ = std::make_shared<RSEglImageManager>(renderContext_->GetEGLDisplay()); in SetUpTestCase()
67 std::make_unique<ImageCacheSeq>(renderContext_->GetEGLDisplay(), EGL_NO_IMAGE_KHR, nullptr);
215 renderContext_->GetEGLDisplay(), EGL_NO_CONTEXT, node->GetRSSurfaceHandler()->GetBuffer());
229 renderContext_->GetEGLDisplay(), EGL_NO_CONTEXT, node->GetRSSurfaceHandler()->GetBuffer());
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_basic_base.cpp36 eglDestroySurface(EglManager::GetInstance().GetEGLDisplay(), eglSurface_); in ~WebGLRenderingContextBasicBase()
89 EGLDisplay eglDisplay = EglManager::GetInstance().GetEGLDisplay(); in Update()
H A Dwebgl_rendering_context_base.cpp96 …const char* extensions = eglQueryString(EglManager::GetInstance().GetEGLDisplay(), EGL_EXTENSIONS); in GetSupportedExtensions()
/ohos5.0/docs/zh-cn/application-dev/faqs/
H A Dfaqs-graphics.md106 …if (!eglMakeCurrent(renderContext->GetEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, eglShareContex…
145 …if (!eglMakeCurrent(renderContext->GetEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, eglShareContex…
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/include/
H A Drender_context.h69 EGLDisplay GetEGLDisplay() const in GetEGLDisplay() function
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Degl_image_test.cpp157 EXPECT_EQ(renderContext->GetEGLDisplay(), EGL_NO_DISPLAY);
162 EXPECT_NE(renderContext->GetEGLDisplay(), EGL_NO_DISPLAY);
215 renderContext->GetEGLDisplay(), renderContext->GetEGLConfig(),
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/src/
H A Dpixel_map_from_surface.cpp42 eglDestroyImageKHR(renderContext_->GetEGLDisplay(), eglImage_); in Clear()
110 renderContext_->GetEGLDisplay(), EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_OHOS, in CreateEGLImage()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/
H A Degl_manager.h55 EGLDisplay GetEGLDisplay() const in GetEGLDisplay() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp138 …if (!eglMakeCurrent(renderContext_->GetEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, eglShareConte… in CreateShareEglContext()
152 eglDestroyContext(renderContext_->GetEGLDisplay(), eglShareContext_); in DestroyShareEglContext()
154 … eglMakeCurrent(renderContext_->GetEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in DestroyShareEglContext()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_background_thread.cpp82 …if (!eglMakeCurrent(renderContext_->GetEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, eglShareConte… in CreateShareEglContext()
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-graphics.md107 …if (!eglMakeCurrent(renderContext->GetEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, eglShareContex…
147 …if (!eglMakeCurrent(renderContext->GetEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, eglShareContex…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.h91 EGLDisplay GetEGLDisplay() const in GetEGLDisplay() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/pointer_render/
H A Drs_pointer_render_manager_test.cpp44 auto eglImageManager = std::make_shared<RSEglImageManager>(renderContext_->GetEGLDisplay()); in SetUpTestCase()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.cpp103 eglImageManager_ = std::make_shared<RSEglImageManager>(renderContext_->GetEGLDisplay()); in Init()