Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:textureInfo_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H
A
D
texture_layer.cpp
39
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
D
image.cpp
38
textureInfo_
= textureInfo;
in SetTextureInfo()
43
return
textureInfo_
;
in GetTextureInfo()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H
A
D
lume_common.cpp
209
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
D
render_scene_viewer.cpp
138
delegate->
textureInfo_
= delegate->CreateRenderTarget(delegate->sceneSize_.Width(),
142
PrepareTextureLayer(
textureInfo_
);
198
delegate->sceneViewerAdapter_.SetUpSceneViewer(delegate->
textureInfo_
, delegate->glTFSrc_,
H
A
D
render_scene_viewer.h
109
OHOS::Render3D::TextureInfo
textureInfo_
;
member in OHOS::Ace::RenderSceneViewer
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H
A
D
image.h
228
TextureInfo
textureInfo_
;
member in OHOS::Rosen::Drawing::BackendTexture
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H
A
D
lume_common.h
270
TextureInfo
textureInfo_
;
member in OHOS::Render3D::LumeCommon
Completed in 7 milliseconds