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:characterize
(Results
1 - 14
of
14
) sorted by relevance
/third_party/skia/tests/
H
A
D
DeferredDisplayListTest.cpp
478
REPORTER_ASSERT(reporter, !rasterSurface->
characterize
(&c));
in DDLSurfaceCharacterizationTestImpl()
491
SkAssertResult(s->
characterize
(&char0));
in DDLSurfaceCharacterizationTestImpl()
518
SkAssertResult(s->
characterize
(&char0));
in DDLSurfaceCharacterizationTestImpl()
559
SkAssertResult(s->
characterize
(&char0));
in DDLSurfaceCharacterizationTestImpl()
597
SkAssertResult(s->
characterize
(&char0));
in DDLSurfaceCharacterizationTestImpl()
774
// If we couldn't
characterize
the surface we shouldn't be able to create it either
in test_make_render_target()
868
SkAssertResult(s->
characterize
(&c));
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
904
SkAssertResult(s->
characterize
(&characterization));
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1052
SkAssertResult(s->
characterize
(&characterization));
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1124
SkAssertResult(s->
characterize
(
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
[all...]
H
A
D
GrDDLImageTest.cpp
45
REPORTER_ASSERT(reporter, surf->
characterize
(&sc));
in DEF_GPUTEST()
H
A
D
WrappedSurfaceCopyOnWriteTest.cpp
61
REPORTER_ASSERT(reporter, surf->
characterize
(&characterization));
in DEF_GPUTEST_FOR_ALL_CONTEXTS()
H
A
D
GrThreadSafeCacheTest.cpp
125
SkAssertResult(fDst->
characterize
(&characterization));
in TestHelper()
/third_party/skia/docs/examples/
H
A
D
Surface_draw_2.cpp
12
if (!gpuSurface->
characterize
(&characterization)) {
in REG_FIDDLE()
H
A
D
Surface_characterize.cpp
17
if (!gpuSurface->
characterize
(&characterization)) {
in REG_FIDDLE()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkSecondaryCBDrawContext.h
106
bool
characterize
(SkSurfaceCharacterization* characterization) const;
H
A
D
GrVkSecondaryCBDrawContext.cpp
96
bool GrVkSecondaryCBDrawContext::
characterize
(SkSurfaceCharacterization* characterization) const {
in characterize()
function in GrVkSecondaryCBDrawContext
/third_party/skia/fuzz/
H
A
D
FuzzDDLThreading.cpp
122
if (!fSurface || !fSurface->
characterize
(&fSurfaceCharacterization)) {
in DDLFuzzer()
/third_party/skia/include/core/
H
A
D
SkSurface.h
1033
bool
characterize
(SkSurfaceCharacterization* characterization) const;
/third_party/skia/src/image/
H
A
D
SkSurface.cpp
330
bool SkSurface::
characterize
(SkSurfaceCharacterization* characterization) const {
in characterize()
function in SkSurface
/third_party/skia/src/gpu/ops/
H
A
D
TextureOp.cpp
706
this->
characterize
(fDesc);
804
void
characterize
(Desc* desc) const {
in characterize()
function in __anon18862::final
891
this->
characterize
(fDesc);
/third_party/skia/tools/skpbench/
H
A
D
skpbench.cpp
261
SkAssertResult(dstSurface->
characterize
(&dstCharacterization));
in run_ddl_benchmark()
/third_party/skia/dm/
H
A
D
DMSrcSink.cpp
1732
SkAssertResult(dstSurface->
characterize
(&dstCharacterization));
in ooprDraw()
1810
SkAssertResult(dstSurface->
characterize
(&dstCharacterization));
in ddlDraw()
Completed in 17 milliseconds