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:fDstProxyView
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/src/gpu/tessellate/shaders/
H
A
D
GrTessellationShader.cpp
17
pipelineArgs.
fDstProxyView
= *args.
fDstProxyView
;
in MakePipeline()
H
A
D
GrTessellationShader.h
61
const GrDstProxyView*
fDstProxyView
;
member
/third_party/skia/src/gpu/mock/
H
A
D
GrMockOpTarget.h
42
const GrDstProxyView& dstProxyView() const override { return
fDstProxyView
; }
124
GrDstProxyView
fDstProxyView
;
member in GrMockOpTarget
/third_party/skia/src/gpu/
H
A
D
GrOpFlushState.h
69
,
fDstProxyView
(dstProxyView)
in OpArgs()
82
const GrDstProxyView& dstProxyView() const { return
fDstProxyView
; }
in dstProxyView()
99
GrDstProxyView
fDstProxyView
; // TODO: do we still need the dst proxy here?
member
H
A
D
GrPipeline.cpp
19
: fDstProxy(args.
fDstProxyView
)
in GrPipeline()
H
A
D
GrPipeline.h
63
GrDstProxyView
fDstProxyView
;
member
/third_party/skia/src/gpu/ops/
H
A
D
OpsTask.h
180
const GrDstProxyView& dstProxyView() const { return
fDstProxyView
; }
in dstProxyView()
235
GrDstProxyView
fDstProxyView
;
member in skgpu::v1::OpsTask::CanDiscardPreviousOps::OpChain
H
A
D
OpsTask.cpp
163
fDstProxyView
= *dstProxyView;
in fAppliedClip()
175
if (
fDstProxyView
.proxy()) {
in visitProxies()
176
func(
fDstProxyView
.proxy(), GrMipmapped::kNo);
in visitProxies()
276
SkASSERT(fProcessorAnalysis.requiresDstTexture() == SkToBool(
fDstProxyView
.proxy()));
in tryConcat()
290
(fProcessorAnalysis.requiresDstTexture() &&
fDstProxyView
!= dstProxyView)) {
in tryConcat()
332
if (!that->tryConcat(&fList, fProcessorAnalysis,
fDstProxyView
, fAppliedClip, fBounds, caps,
in prependChain()
344
that->
fDstProxyView
.setProxyView({});
in prependChain()
H
A
D
DrawAtlasPathOp.cpp
162
initArgs.
fDstProxyView
= dstProxyView;
in prepareProgram()
H
A
D
GrSimpleMeshDrawOpHelper.cpp
119
pipelineArgs.
fDstProxyView
= dstProxyView;
in CreatePipeline()
Completed in 7 milliseconds