Lines Matching refs:fVertices
76 , fVertices(nullptr) { in StaticVertexAllocator()
87 fVertices = fVertexBuffer->map(); in lock()
89 fVertices = sk_malloc_throw(vertexCount * stride()); in lock()
91 return fVertices; in lock()
97 fVertexBuffer->updateData(fVertices, actualCount * stride()); in unlock()
98 sk_free(fVertices); in unlock()
100 fVertices = nullptr; in unlock()
108 void* fVertices; member in __anon1ff23baf0111::StaticVertexAllocator
117 , fVertices(nullptr) {} in DynamicVertexAllocator()
120 fVertices = fTarget->makeVertexSpace(stride(), vertexCount, &fVertexBuffer, &fFirstVertex); in lock()
121 return fVertices; in lock()
125 fVertices = nullptr; in unlock()
135 void* fVertices; member in __anon1ff23baf0111::DynamicVertexAllocator