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:indexBufferOption
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/gpu/ops/
H
A
D
QuadPerEdgeAA.h
69
IndexBufferOption
indexBufferOption
)
in VertexSpec()
72
, fIndexBufferOption(static_cast<unsigned>(
indexBufferOption
))
in VertexSpec()
83
IndexBufferOption
indexBufferOption
() const {
in indexBufferOption()
function
103
bool needsIndexBuffer() const { return this->
indexBufferOption
() !=
in needsIndexBuffer()
107
switch (this->
indexBufferOption
()) {
in primitiveType()
179
// This method will return the correct index buffer for the specified
indexBufferOption
.
180
// It will, correctly, return nullptr if the
indexBufferOption
is kTriStrips.
H
A
D
FillRectOp.cpp
191
auto
indexBufferOption
= skgpu::v1::QuadPerEdgeAA::CalcIndexBufferOption(fHelper.aaType(),
in vertexSpec()
local
196
fHelper.compatibleWithCoverageAsAlpha(),
indexBufferOption
);
in vertexSpec()
292
vertexSpec.
indexBufferOption
());
391
auto
indexBufferOption
= skgpu::v1::QuadPerEdgeAA::CalcIndexBufferOption(aaType,
in canAddQuads()
local
393
if (quadCount > skgpu::v1::QuadPerEdgeAA::QuadLimit(
indexBufferOption
)) {
in canAddQuads()
403
auto
indexBufferOption
= skgpu::v1::QuadPerEdgeAA::CalcIndexBufferOption(
in canAddQuads()
local
405
if (quadCount > skgpu::v1::QuadPerEdgeAA::QuadLimit(
indexBufferOption
)) {
in canAddQuads()
H
A
D
QuadPerEdgeAA.cpp
465
IndexBufferOption
indexBufferOption
) {
468
switch (
indexBufferOption
) {
488
if (spec.
indexBufferOption
() == IndexBufferOption::kTriStrips) {
495
SkASSERT(spec.
indexBufferOption
() == IndexBufferOption::kPictureFramed ||
496
spec.
indexBufferOption
() == IndexBufferOption::kIndexedRects);
500
if (spec.
indexBufferOption
() == IndexBufferOption::kPictureFramed) {
H
A
D
TextureOp.cpp
844
auto
indexBufferOption
= skgpu::v1::QuadPerEdgeAA::CalcIndexBufferOption(overallAAType,
in characterize()
local
849
indexBufferOption
);
in characterize()
851
SkASSERT(desc->fNumTotalQuads <= skgpu::v1::QuadPerEdgeAA::QuadLimit(
indexBufferOption
));
in characterize()
906
target, fDesc->fVertexSpec.
indexBufferOption
());
Completed in 6 milliseconds