Flutter Engine
The Flutter Engine
|
#include <GrQuadBuffer.h>
Classes | |
class | Iter |
class | MetadataIter |
Public Member Functions | |
GrQuadBuffer () | |
GrQuadBuffer (int count, bool needsLocals=false) | |
int | count () const |
GrQuad::Type | deviceQuadType () const |
GrQuad::Type | localQuadType () const |
void | append (const GrQuad &deviceQuad, T &&metadata, const GrQuad *localQuad=nullptr) |
void | concat (const GrQuadBuffer< T > &that) |
Iter | iterator () const |
MetadataIter | metadata () |
Definition at line 20 of file GrQuadBuffer.h.
|
inline |
Definition at line 22 of file GrQuadBuffer.h.
|
inline |
Definition at line 34 of file GrQuadBuffer.h.
void GrQuadBuffer< T >::append | ( | const GrQuad & | deviceQuad, |
T && | metadata, | ||
const GrQuad * | localQuad = nullptr |
||
) |
Definition at line 271 of file GrQuadBuffer.h.
void GrQuadBuffer< T >::concat | ( | const GrQuadBuffer< T > & | that | ) |
Definition at line 308 of file GrQuadBuffer.h.
|
inline |
Definition at line 44 of file GrQuadBuffer.h.
|
inline |
Definition at line 47 of file GrQuadBuffer.h.
|
inline |
Definition at line 116 of file GrQuadBuffer.h.
|
inline |
Definition at line 51 of file GrQuadBuffer.h.
|
inline |
Definition at line 146 of file GrQuadBuffer.h.