Flutter Engine
The Flutter Engine
|
#include <GrEagerVertexAllocator.h>
Public Member Functions | |
GrEagerDynamicVertexAllocator (GrMeshDrawTarget *target, sk_sp< const GrBuffer > *vertexBuffer, int *baseVertex) | |
void * | lock (size_t stride, int eagerCount) final |
void | unlock (int actualCount) final |
Public Member Functions inherited from GrEagerVertexAllocator | |
virtual void * | lock (size_t stride, int eagerCount)=0 |
virtual void | unlock (int actualCount)=0 |
virtual | ~GrEagerVertexAllocator () |
skgpu::VertexWriter | lockWriter (size_t stride, int eagerCount) |
Definition at line 41 of file GrEagerVertexAllocator.h.
|
inline |
Definition at line 43 of file GrEagerVertexAllocator.h.
|
finalvirtual |
Implements GrEagerVertexAllocator.
Definition at line 13 of file GrEagerVertexAllocator.cpp.
|
finalvirtual |
Implements GrEagerVertexAllocator.
Definition at line 26 of file GrEagerVertexAllocator.cpp.