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:RandomColor
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrTestUtils.h
56
GrColor
RandomColor
(SkRandom* random);
H
A
D
GrDefaultGeoProcFactory.cpp
276
GrColor color = GrTest::
RandomColor
(d->fRandom);
H
A
D
GrTestUtils.cpp
354
GrColor
RandomColor
(SkRandom* random) {
in RandomColor()
function
/third_party/skia/src/gpu/effects/
H
A
D
GrBezierEffect.cpp
196
GrColor color = GrTest::
RandomColor
(d->fRandom);
in TestCreate()
358
GrColor color = GrTest::
RandomColor
(d->fRandom);
in TestCreate()
H
A
D
GrBitmapTextGeoProc.cpp
232
GrColor color = GrTest::
RandomColor
(d->fRandom);
in TestCreate()
/third_party/skia/src/gpu/ops/
H
A
D
DrawAtlasOp.cpp
367
colors->push_back(GrTest::
RandomColor
(random));
in randomize_params()
H
A
D
DashOp.cpp
888
GrColor color = GrTest::
RandomColor
(d->fRandom);
in TestCreate()
1112
GrColor color = GrTest::
RandomColor
(d->fRandom);
in TestCreate()
H
A
D
DrawVerticesOp.cpp
678
colors->push_back(GrTest::
RandomColor
(random));
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H
A
D
ANGLETest.h
200
GLColor
RandomColor
(angle::RNG *rng);
H
A
D
ANGLETest.cpp
276
GLColor
RandomColor
(angle::RNG *rng)
in RandomColor()
function
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
ClearTest.cpp
1961
GLColor color =
RandomColor
(&rng);
in TEST_P()
Completed in 19 milliseconds