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:fStride
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrVertexChunkArray.h
42
,
fStride
(stride)
in GrVertexChunkBuilder()
49
size_t stride() const { return
fStride
; }
in stride()
63
fCurrChunkVertexWriter.makeOffset(
fStride
* count));
in appendVertices()
75
fCurrChunkVertexWriter = fCurrChunkVertexWriter.makeOffset(
fStride
* -count);
in popVertices()
84
const size_t
fStride
;
member in GrVertexChunkBuilder
H
A
D
GrVertexChunkArray.cpp
14
fTarget->putBackVertices(fCurrChunkVertexCapacity - fCurrChunkVertexCount,
fStride
);
in ~GrVertexChunkBuilder()
27
fCurrChunkVertexWriter = {fTarget->makeVertexSpaceAtLeast(
fStride
, minAllocCount,
in allocChunk()
H
A
D
GrGeometryProcessor.h
140
size_t stride() const { return
fStride
; }
in stride()
149
fStride
= 0;
in init()
153
fStride
+= attrs[i].sizeAlign4();
in init()
161
size_t
fStride
= 0;
member in GrGeometryProcessor::AttributeSet
181
size_t vertexStride() const { return fVertexAttributes.
fStride
; }
in vertexStride()
182
size_t instanceStride() const { return fInstanceAttributes.
fStride
; }
in instanceStride()
/third_party/skia/experimental/graphite/src/
H
A
D
GraphicsPipelineDesc.h
99
size_t stride() const { return
fStride
; }
in stride()
107
fStride
= 0;
in init()
111
fStride
+= attrs[i].sizeAlign4();
in init()
119
size_t
fStride
= 0;
member in skgpu::GraphicsPipelineDesc::AttributeSet
175
size_t vertexStride() const { return fVertexAttributes.
fStride
; }
in vertexStride()
176
size_t instanceStride() const { return fInstanceAttributes.
fStride
; }
in instanceStride()
/third_party/skia/src/gpu/gl/
H
A
D
GrGLVertexArray.cpp
109
array->
fStride
!= stride ||
in set()
134
array->
fStride
= stride;
in set()
H
A
D
GrGLVertexArray.h
85
GrGLsizei
fStride
;
member
Completed in 5 milliseconds