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:xferProcessor
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrProcessorSet.cpp
47
if (this->isFinalized() && this->
xferProcessor
()) {
in ~GrProcessorSet()
48
this->
xferProcessor
()->unref();
in ~GrProcessorSet()
69
if (this->
xferProcessor
()) {
in dumpProcessors()
70
result.appendf("%s\n", this->
xferProcessor
()->name());
in dumpProcessors()
103
if (!this->
xferProcessor
() && !that.
xferProcessor
()) {
in operator ==()
106
const GrXferProcessor& thisXP = this->
xferProcessor
()
in operator ==()
107
? *this->
xferProcessor
()
in operator ==()
109
const GrXferProcessor& thatXP = that.
xferProcessor
()
in operator ==()
110
? *that.
xferProcessor
()
in operator ==()
[all...]
H
A
D
GrPipeline.cpp
17
sk_sp<const GrXferProcessor>
xferProcessor
,
in GrPipeline()
21
, fXferProcessor(std::move(
xferProcessor
))
in GrPipeline()
16
GrPipeline(const InitArgs& args, sk_sp<const GrXferProcessor>
xferProcessor
, const GrAppliedHardClip& hardClip)
GrPipeline()
argument
H
A
D
GrProcessorSet.h
46
const GrXferProcessor*
xferProcessor
() const {
in xferProcessor()
function in GrProcessorSet
/third_party/skia/src/gpu/d3d/
H
A
D
GrD3DOpsRenderPass.cpp
94
const GrXferProcessor&
xferProcessor
= info.pipeline().getXferProcessor();
in set_blend_factor()
local
96
const GrXferProcessor::BlendInfo& blendInfo =
xferProcessor
.getBlendInfo();
in set_blend_factor()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkPipeline.cpp
655
const GrXferProcessor&
xferProcessor
) {
656
const GrXferProcessor::BlendInfo& blendInfo =
xferProcessor
.getBlendInfo();
Completed in 4 milliseconds