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:fViews
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrProcessorUnitTest.cpp
33
fViews
.reset(views, numViews);
in GrProcessorTestData()
54
SkASSERT(!
fViews
.empty());
in randomView()
55
return
fViews
[fRandom->nextULessThan(
fViews
.count())];
in randomView()
60
for (const auto& [v, ct, at] :
fViews
) {
in randomAlphaOnlyView()
67
for (const auto& [v, ct, at] :
fViews
) {
in randomAlphaOnlyView()
H
A
D
GrDrawOpAtlas.cpp
54
SkASSERT(
fViews
[i].proxy() &&
fViews
[i].proxy()->isInstantiated());
in instantiate()
271
GrTextureProxy* proxy =
fViews
[pageIdx].asTextureProxy();
in updatePlot()
287
SkASSERT(
fViews
[pageIdx].proxy() &&
fViews
[pageIdx].proxy()->isInstantiated());
in uploadToPage()
294
SkASSERT(GrBackendFormatBytesPerPixel(
fViews
[pageIdx].proxy()->backendFormat()) ==
in uploadToPage()
342
SkASSERT(GrBackendFormatBytesPerPixel(
fViews
[pageIdx].proxy()->backendFormat()) ==
in addToAtlas()
398
SkASSERT(GrBackendFormatBytesPerPixel(
fViews
[pageIdx].proxy()->backendFormat()) ==
in addToAtlas()
408
GrTextureProxy* proxy =
fViews
[pageIdx].asTextureProxy();
in addToAtlas()
633
fViews
[
in createPages()
[all...]
H
A
D
GrProcessorUnitTest.h
74
SkTArray<ViewInfo>
fViews
;
member in GrProcessorTestData
H
A
D
GrDrawOpAtlas.h
290
const GrSurfaceProxyView* getViews() const { return
fViews
; }
562
GrSurfaceProxyView
fViews
[kMaxMultitexturePages];
/third_party/skia/tests/
H
A
D
DrawOpAtlasTest.cpp
52
if (
fViews
[i].proxy()->isInstantiated()) {
in numAllocated_TestingOnly()
Completed in 5 milliseconds