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:fReadView
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
SurfaceContext.h
63
GrImageInfo imageInfo() const { return {fColorInfo,
fReadView
.proxy()->dimensions()}; }
in imageInfo()
65
GrSurfaceOrigin origin() const { return
fReadView
.origin(); }
in origin()
66
GrSwizzle readSwizzle() const { return
fReadView
.swizzle(); }
in readSwizzle()
69
GrSurfaceProxyView readSurfaceView() { return
fReadView
; }
in readSurfaceView()
71
SkISize dimensions() const { return
fReadView
.dimensions(); }
in dimensions()
72
int width() const { return
fReadView
.proxy()->width(); }
in width()
73
int height() const { return
fReadView
.proxy()->height(); }
in height()
75
GrMipmapped mipmapped() const { return
fReadView
.mipmapped(); }
in mipmapped()
134
GrSurfaceProxy* asSurfaceProxy() { return
fReadView
.proxy(); }
in asSurfaceProxy()
135
const GrSurfaceProxy* asSurfaceProxy() const { return
fReadView
in asSurfaceProxy()
196
GrSurfaceProxyView
fReadView
;
global()
member in skgpu::SurfaceContext
[all...]
H
A
D
SurfaceContext.cpp
42
: fContext(context),
fReadView
(std::move(readView)), fColorInfo(info) {
in SurfaceContext()
1301
SkASSERT(
fReadView
.proxy());
in validate()
1302
fReadView
.proxy()->validate(fContext);
in validate()
1305
this->colorInfo().colorType(),
fReadView
.proxy()->backendFormat()));
in validate()
/third_party/skia/src/core/
H
A
D
SkSpecialSurface.cpp
128
,
fReadView
(device->readSurfaceView()) {
in SkSpecialSurface_Gpu()
138
if (!
fReadView
.asTextureProxy()) {
148
std::move(
fReadView
), ct,
154
GrSurfaceProxyView
fReadView
;
member in SkSpecialSurface_Gpu
Completed in 4 milliseconds