Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dtexture_layer.cpp41 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()
190 if (!image_.textureInfo_.nativeWindow_) { in ConfigWindow()
212 image_.textureInfo_.widthScale_ = scale; in OnWindowChange()
213 image_.textureInfo_.heightScale_ = scale; in OnWindowChange()
217 …ateWindow %d window empty %d", offsetX, offsetY, image_.textureInfo_.width_, image_.textureInfo_.h… in OnWindowChange()
219 return image_.textureInfo_; in OnWindowChange()
239 return image_.textureInfo_; in OnWindowChange()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dimage.cpp43 textureInfo_ = textureInfo; in SetTextureInfo()
48 return textureInfo_; in GetTextureInfo()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp209 textureInfo_ = textureInfo; in OnWindowChange()
360textureInfo_.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_.width_; in GetImageDesc()
1549 imageDesc.height = textureInfo_.height_; in GetImageDesc()
/ohos5.0/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_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dimage.h228 TextureInfo textureInfo_; variable
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h270 TextureInfo textureInfo_; variable