/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | render_surface.cpp | 57 EGLNativeWindowType mEglWindow = reinterpret_cast<EGLNativeWindowType>(window); in Create()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | render_context.h | 67 EGLSurface CreateEGLSurface(EGLNativeWindowType eglNativeWindow); 150 EGLNativeWindowType nativeWindow_;
|
H A D | render_context_egl_defines.h | 28 typedef void *EGLNativeWindowType; typedef
|
H A D | render_context.cpp | 261 EGLSurface RenderContext::CreateEGLSurface(EGLNativeWindowType eglNativeWindow) in CreateEGLSurface()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/ |
H A D | egl_manager.h | 36 EGLSurface CreateSurface(EGLNativeWindowType eglNativeWindow);
|
H A D | egl_manager.cpp | 152 EGLSurface EGLManager::CreateSurface(EGLNativeWindowType eglNativeWindow) in CreateSurface()
|
H A D | gles_render_backend.cpp | 127 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 D | egl_core.h | 41 EGLNativeWindowType eglwindow_;
|
H A D | egl_core.cpp | 38 eglwindow_ = static_cast<EGLNativeWindowType>(window); in EglContextInit()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ohos/ |
H A D | render_context_ohos_gl.h | 50 EGLNativeWindowType nativeWindow_;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
H A D | surface_ohos_gl.cpp | 46 …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 D | rs_surface_ohos_gl.cpp | 62 mEglSurface = context->CreateEGLSurface((EGLNativeWindowType)mWindow); in RequestFrame()
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | opengles.md | 62 EGLNativeWindowType win; 358 … EGLNativeWindowType win, // EGLNativeWindowType类型的参数,表示原生窗口的句柄或标识符,用于与EGL表面关联。
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_sample_replayer.cpp | 218 eglSurface_ = renderContext_->CreateEGLSurface((EGLNativeWindowType)nativeWindow_); in PrepareNativeEGLSetup()
|
H A D | render_context_sample.cpp | 237 eglSurface = renderContext->CreateEGLSurface((EGLNativeWindowType)nwindow); in ProduceDrawingBuffer()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/ |
H A D | render_context_ohos_gl.cpp | 222 nativeWindow_ = static_cast<EGLNativeWindowType>(surfaceConfig->nativeWindow); in CreateSurface()
|
/ohos5.0/docs/zh-cn/application-dev/graphics/ |
H A D | native-image-guidelines.md | 162 …e_ = eglCreateWindowSurface(eglDisplay_, config_, reinterpret_cast<EGLNativeWindowType>(eglNativeW…
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | egl_image_test.cpp | 216 static_cast<EGLNativeWindowType>(nativeWindow), nullptr);
|
/ohos5.0/docs/en/application-dev/graphics/ |
H A D | native-image-guidelines.md | 165 …e_ = eglCreateWindowSurface(eglDisplay_, config_, reinterpret_cast<EGLNativeWindowType>(eglNativeW…
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | opengles.md | 62 EGLNativeWindowType win; 358 …EGLNativeWindowType win, // Parameter of the EGLNativeWindowType type. It is the handle or identif…
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | how-to-use-opengl-to-draw-3d-graphics.md | 175 mEglWindow = reinterpret_cast<EGLNativeWindowType>(window);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | egl_state.cpp | 970 … reinterpret_cast<EGLNativeWindowType>(window), isSrgbSurfaceSupported ? attribsSrgb : nullptr); in CreateSurface()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 1195 EGLNativeWindowType mEglWindow = nullptr;
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 1363 auto window = reinterpret_cast<EGLNativeWindowType>(nativeWindow); in CreateSwapchain()
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | napi-xcomponent-guidelines.md | 636 eglWindow_ = static_cast<EGLNativeWindowType>(window);
|