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:surface1
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H
A
D
skia_surface_test.cpp
90
auto
surface1
= SkiaSurface::MakeFromBackendRenderTarget(gpuContext.get(), info, TextureOrigin::TOP_LEFT,
in HWTEST_F()
local
94
ASSERT_TRUE(
surface1
== nullptr);
in HWTEST_F()
181
auto
surface1
= SkiaSurface::MakeRenderTarget(gpuContext.get(), true, imageInfo);
in HWTEST_F()
local
183
ASSERT_TRUE(
surface1
== nullptr);
in HWTEST_F()
/foundation/graphic/graphic_surface/surface/test/unittest/
H
A
D
surface_utils_test.cpp
140
sptr<Surface>
surface1
= utils->GetSurface(psurface1->GetUniqueId());
in HWTEST_F()
local
141
ASSERT_NE(
surface1
, nullptr);
in HWTEST_F()
/foundation/multimedia/camera_lite/test/unittest/
H
A
D
camera_lite_test.cpp
1718
Surface *
surface1
= Surface::CreateSurface();
in HWTEST_F()
local
1720
frameConfig->AddSurface(*
surface1
);
in HWTEST_F()
1721
frameConfig->RemoveSurface(*
surface1
);
in HWTEST_F()
1730
Surface *
surface1
= Surface::CreateSurface();
in HWTEST_F()
local
1732
frameConfig->AddSurface(*
surface1
);
in HWTEST_F()
1734
frameConfig->RemoveSurface(*
surface1
);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H
A
D
rs_base_render_node_test.cpp
610
auto clearCacheSurfaceLambda = [](std::shared_ptr<Drawing::Surface>&&
surface1
,
in HWTEST_F()
Completed in 8 milliseconds