OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrVertices
(Results
1 - 15
of
15
) sorted by null
/external/skia/src/gpu/
GrVertices.h
34
friend class
GrVertices
;
43
class
GrVertices
: public GrNonInstancedVertices {
45
GrVertices
() {}
46
GrVertices
(const
GrVertices
& di) { (*this) = di; }
47
GrVertices
& operator =(const
GrVertices
& di);
125
/** These return 0 if initInstanced was not used to initialize the
GrVertices
. */
134
const GrNonInstancedVertices* init(const
GrVertices
& vertices) {
168
const
GrVertices
* fVertices
[
all
...]
GrGpu.cpp
24
#include "
GrVertices
.h"
26
GrVertices
&
GrVertices
::operator =(const
GrVertices
& di) {
395
void GrGpu::draw(const DrawArgs& args, const
GrVertices
& vertices) {
401
GrVertices
::Iterator iter;
GrBatchFlushState.h
170
void draw(const
GrVertices
& vertices) {
GrGpu.h
37
class
GrVertices
;
355
void draw(const DrawArgs&, const
GrVertices
&);
/external/skia/src/gpu/batches/
GrVertexBatch.h
14
#include "
GrVertices
.h"
44
GrVertices
fVertices;
74
SkSTArray<1,
GrVertices
, true> fDraws;
GrNonAAStrokeRectBatch.cpp
160
GrVertices
vertices;
GrAtlasTextBatch.cpp
183
GrVertices
vertices;
GrDrawVerticesBatch.cpp
159
GrVertices
vertices;
GrTessellatingPathRenderer.cpp
14
#include "
GrVertices
.h"
200
GrVertices
vertices;
GrAAHairLinePathRenderer.cpp
885
GrVertices
vertices;
[
all
...]
GrAALinearizingConvexPathRenderer.cpp
168
GrVertices
info;
GrAAConvexPathRenderer.cpp
838
GrVertices
info;
[
all
...]
GrAADistanceFieldPathRenderer.cpp
492
GrVertices
vertices;
GrDefaultPathRenderer.cpp
16
#include "
GrVertices
.h"
365
GrVertices
vertices;
GrPLSPathRenderer.cpp
[
all
...]
Completed in 95 milliseconds