aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBufferAllocPool.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2014-11-04 07:47:55 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-04 07:47:55 -0800
commitd1aa8ff8700cbc083c8c27b7368a8482e65cdb08 (patch)
tree3c800bc0ae4dddcd4d3d44c5c8bc3af70a94221b /src/gpu/GrBufferAllocPool.h
parent7a10fb6bead0f63623307a7ff71b1dd323534a7f (diff)
removing setVertexArraySource from drawtarget
Diffstat (limited to 'src/gpu/GrBufferAllocPool.h')
-rw-r--r--src/gpu/GrBufferAllocPool.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/gpu/GrBufferAllocPool.h b/src/gpu/GrBufferAllocPool.h
index e3d398204b..40904cf871 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