| Index: src/gpu/GrBufferAllocPool.h
|
| diff --git a/src/gpu/GrBufferAllocPool.h b/src/gpu/GrBufferAllocPool.h
|
| index e3d398204bd5a443973162ea25c194aecb787930..40904cf871c18fdeeb126ee1be3ccd6a9b1dacc8 100644
|
| --- a/src/gpu/GrBufferAllocPool.h
|
| +++ b/src/gpu/GrBufferAllocPool.h
|
| @@ -231,15 +231,6 @@ public:
|
| int* startVertex);
|
|
|
| /**
|
| - * Shortcut to make space and then write verts into the made space.
|
| - */
|
| - bool appendVertices(size_t vertexSize,
|
| - int vertexCount,
|
| - const void* vertices,
|
| - const GrVertexBuffer** buffer,
|
| - int* startVertex);
|
| -
|
| - /**
|
| * Gets the number of vertices that can be added to the current VB without
|
| * spilling to another VB. If the pool has been reset, or the previous
|
| * makeSpace completely exhausted a VB then the returned number of vertices
|
| @@ -315,14 +306,6 @@ public:
|
| int* startIndex);
|
|
|
| /**
|
| - * Shortcut to make space and then write indices into the made space.
|
| - */
|
| - bool appendIndices(int indexCount,
|
| - const void* indices,
|
| - const GrIndexBuffer** buffer,
|
| - int* startIndex);
|
| -
|
| - /**
|
| * Gets the number of indices that can be added to the current IB without
|
| * spilling to another IB. If the pool has been reset, or the previous
|
| * makeSpace completely exhausted a IB then the returned number of indices
|
|
|