Home
last modified time | relevance | path

Searched refs:textureInfo_ (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dtexture_layer.cpp39 explicit TextureImage(const TextureInfo& textureInfo): textureInfo_(textureInfo) {} in TextureImage()
41 TextureInfo textureInfo_; member
80 return image_.textureInfo_; in GetTextureInfo()
185 float widthScale = image_.textureInfo_.widthScale_; in ConfigWindow()
186 float heightScale = image_.textureInfo_.heightScale_; in ConfigWindow()
188 image_.textureInfo_.recreateWindow_ = recreateWindow; in ConfigWindow()
190 if (!image_.textureInfo_.nativeWindow_) { in ConfigWindow()
191 image_.textureInfo_.nativeWindow_ = reinterpret_cast<void *>(CreateNativeWindow( in ConfigWindow()
195 NativeWindowHandleOpt(reinterpret_cast<OHNativeWindow *>(image_.textureInfo_.nativeWindow_), in ConfigWindow()
209 image_.textureInfo_ in OnWindowChange()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dimage.cpp38 textureInfo_ = textureInfo; in SetTextureInfo()
43 return textureInfo_; in GetTextureInfo()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp209 textureInfo_ = textureInfo; in OnWindowChange()
360 textureInfo_.width_ * textureInfo_.widthScale_, textureInfo_.height_ * textureInfo_.heightScale_}); in UpdateCustomRender()
549 if (textureInfo_.textureId_ == 0U && textureInfo_.nativeWindow_) { in DrawFrame()
1502 glesImageDesc.image = textureInfo_.textureId_; in SetupGpuImageTarget()
1511 WIDGET_LOGD("ACE-3D LumeCommon::SetupGpuImageTarget texture %d", textureInfo_.textureId_); in SetupGpuImageTarget()
1548 imageDesc.width = textureInfo_ in GetImageDesc()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.cpp138 delegate->textureInfo_ = delegate->CreateRenderTarget(delegate->sceneSize_.Width(),
142 PrepareTextureLayer(textureInfo_);
198 delegate->sceneViewerAdapter_.SetUpSceneViewer(delegate->textureInfo_, delegate->glTFSrc_,
H A Drender_scene_viewer.h109 OHOS::Render3D::TextureInfo textureInfo_; member in OHOS::Ace::RenderSceneViewer
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dimage.h228 TextureInfo textureInfo_; member in OHOS::Rosen::Drawing::BackendTexture
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h270 TextureInfo textureInfo_; member in OHOS::Render3D::LumeCommon

Completed in 7 milliseconds