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:curSurface
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ohos/
H
A
D
render_context_ohos_gl.h
39
void MakeCurrent(void*
curSurface
= nullptr, void* curContext = nullptr) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_vsync_rate_reduce_manager.cpp
391
auto
curSurface
= RSBaseRenderNode::ReinterpretCast<RSSurfaceRenderNode>(*it);
in SetVSyncRateByVisibleLevel()
local
392
if (
curSurface
== nullptr ||
curSurface
->GetDstRect().IsEmpty() ||
curSurface
->IsLeashWindow()) {
in SetVSyncRateByVisibleLevel()
395
visMapForVsyncRate[
curSurface
->GetId()] = RSVisibleLevel::RS_SYSTEM_ANIMATE_SCENE;
in SetVSyncRateByVisibleLevel()
H
A
D
rs_main_thread.cpp
2315
std::shared_ptr<RSSurfaceRenderNode>
curSurface
)
in CheckSurfaceNeedProcess()
2318
if (
curSurface
->IsFocusedNode(focusNodeId_)) {
in CheckSurfaceNeedProcess()
2320
if (!
curSurface
->HasContainerWindow() && !
curSurface
->IsTransparent() &&
in CheckSurfaceNeedProcess()
2321
!
curSurface
->HasWindowCorner() &&
in CheckSurfaceNeedProcess()
2322
!
curSurface
->GetAnimateState() && // when node animating (i.e. 3d animation), the region cannot be trusted
in CheckSurfaceNeedProcess()
2323
curSurface
->GetName().find("hisearch") == std::string::npos) {
in CheckSurfaceNeedProcess()
2324
occlusionSurfaces.insert({
curSurface
->GetId(),
curSurface
->GetDstRect()});
in CheckSurfaceNeedProcess()
2328
occlusionSurfaces.insert({
curSurface
in CheckSurfaceNeedProcess()
2314
CheckSurfaceNeedProcess(OcclusionRectISet& occlusionSurfaces, std::shared_ptr<RSSurfaceRenderNode>
curSurface
)
CheckSurfaceNeedProcess()
argument
2423
auto
curSurface
= RSBaseRenderNode::ReinterpretCast<RSSurfaceRenderNode>(*it);
CalcOcclusionImplementation()
local
2437
auto
curSurface
= RSBaseRenderNode::ReinterpretCast<RSSurfaceRenderNode>(*it);
CalcOcclusionImplementation()
local
[all...]
H
A
D
rs_main_thread.h
414
bool CheckSurfaceNeedProcess(OcclusionRectISet& occlusionSurfaces, std::shared_ptr<RSSurfaceRenderNode>
curSurface
);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H
A
D
render_context_base.h
34
virtual void MakeCurrent(void*
curSurface
= nullptr, void* curContext = nullptr) {}
in MakeCurrent()
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H
A
D
hevc_decoder.cpp
1349
sptr<Surface>
curSurface
= sInfo_.surface;
in ReplaceOutputSurfaceWhenRunning()
local
1350
uint64_t oldId =
curSurface
->GetUniqueId();
in ReplaceOutputSurfaceWhenRunning()
1371
sInfo_.surface =
curSurface
;
in ReplaceOutputSurfaceWhenRunning()
1392
sptr<Surface>
curSurface
= sInfo_.surface;
in SwitchBetweenSurface()
local
1433
int32_t ret = UnRegisterListenerToSurface(
curSurface
);
in SwitchBetweenSurface()
1438
curSurface
->CleanCache(true); // make sure old surface is empty and go black
in SwitchBetweenSurface()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H
A
D
fcodec.cpp
1261
sptr<Surface>
curSurface
= sInfo_.surface;
in SwitchBetweenSurface()
local
1305
int32_t ret = UnRegisterListenerToSurface(
curSurface
);
in SwitchBetweenSurface()
1310
curSurface
->CleanCache(true); // make sure old surface is empty and go black
in SwitchBetweenSurface()
Completed in 13 milliseconds