![]() |
Flutter Engine
The Flutter Engine
|
#include <GrEagerVertexAllocator.h>
Public Member Functions | |
GrCpuVertexAllocator ()=default | |
void * | lock (size_t stride, int eagerCount) override |
void | unlock (int actualCount) override |
sk_sp< GrThreadSafeCache::VertexData > | detachVertexData () |
![]() | |
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 72 of file GrEagerVertexAllocator.h.
|
default |
sk_sp< GrThreadSafeCache::VertexData > GrCpuVertexAllocator::detachVertexData | ( | ) |
Definition at line 59 of file GrEagerVertexAllocator.cpp.
|
overridevirtual |
Implements GrEagerVertexAllocator.
Definition at line 38 of file GrEagerVertexAllocator.cpp.
|
overridevirtual |
Implements GrEagerVertexAllocator.
Definition at line 48 of file GrEagerVertexAllocator.cpp.