Home
last modified time | relevance | path

Searched refs:EGLNativeWindowType (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_surface.cpp57 EGLNativeWindowType mEglWindow = reinterpret_cast<EGLNativeWindowType>(window); in Create()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.h67 EGLSurface CreateEGLSurface(EGLNativeWindowType eglNativeWindow);
150 EGLNativeWindowType nativeWindow_;
H A Drender_context_egl_defines.h28 typedef void *EGLNativeWindowType; typedef
H A Drender_context.cpp261 EGLSurface RenderContext::CreateEGLSurface(EGLNativeWindowType eglNativeWindow) in CreateEGLSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Degl_manager.h36 EGLSurface CreateSurface(EGLNativeWindowType eglNativeWindow);
H A Degl_manager.cpp152 EGLSurface EGLManager::CreateSurface(EGLNativeWindowType eglNativeWindow) in CreateSurface()
H A Dgles_render_backend.cpp127 return static_cast<void*>(eglManager_->CreateSurface((EGLNativeWindowType)window)); in CreateSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/
H A Degl_core.h41 EGLNativeWindowType eglwindow_;
H A Degl_core.cpp38 eglwindow_ = static_cast<EGLNativeWindowType>(window); in EglContextInit()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ohos/
H A Drender_context_ohos_gl.h50 EGLNativeWindowType nativeWindow_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_gl.cpp46 …frame_->SetSurface(static_cast<EGLSurface>(drawingProxy_->CreateSurface((EGLNativeWindowType)nativ… in RequestFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_gl.cpp62 mEglSurface = context->CreateEGLSurface((EGLNativeWindowType)mWindow); in RequestFrame()
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A Dopengles.md62 EGLNativeWindowType win;
358EGLNativeWindowType win, // EGLNativeWindowType类型的参数,表示原生窗口的句柄或标识符,用于与EGL表面关联。
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_replayer.cpp218 eglSurface_ = renderContext_->CreateEGLSurface((EGLNativeWindowType)nativeWindow_); in PrepareNativeEGLSetup()
H A Drender_context_sample.cpp237 eglSurface = renderContext->CreateEGLSurface((EGLNativeWindowType)nwindow); in ProduceDrawingBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
H A Drender_context_ohos_gl.cpp222 nativeWindow_ = static_cast<EGLNativeWindowType>(surfaceConfig->nativeWindow); in CreateSurface()
/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Dnative-image-guidelines.md162 …e_ = eglCreateWindowSurface(eglDisplay_, config_, reinterpret_cast<EGLNativeWindowType>(eglNativeW…
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Degl_image_test.cpp216 static_cast<EGLNativeWindowType>(nativeWindow), nullptr);
/ohos5.0/docs/en/application-dev/graphics/
H A Dnative-image-guidelines.md165 …e_ = eglCreateWindowSurface(eglDisplay_, config_, reinterpret_cast<EGLNativeWindowType>(eglNativeW…
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dopengles.md62 EGLNativeWindowType win;
358EGLNativeWindowType win, // Parameter of the EGLNativeWindowType type. It is the handle or identif…
/ohos5.0/docs/zh-cn/third-party-cases/
H A Dhow-to-use-opengl-to-draw-3d-graphics.md175 mEglWindow = reinterpret_cast<EGLNativeWindowType>(window);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp970 … reinterpret_cast<EGLNativeWindowType>(window), isSrgbSurfaceSupported ? attribsSrgb : nullptr); in CreateSurface()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h1195 EGLNativeWindowType mEglWindow = nullptr;
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1363 auto window = reinterpret_cast<EGLNativeWindowType>(nativeWindow); in CreateSwapchain()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dnapi-xcomponent-guidelines.md636 eglWindow_ = static_cast<EGLNativeWindowType>(window);

12