Searched refs:onReserveVertexSpace (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrInOrderDrawBuffer.h130 virtual bool onReserveVertexSpace(size_t vertexSize,
H A DGrGpu.h412 virtual bool onReserveVertexSpace(size_t vertexSize, int vertexCount, void** vertices) SK_OVERRIDE;
H A DGrDrawTarget.h795 virtual bool onReserveVertexSpace(size_t vertexSize, int vertexCount, void** vertices) = 0;
H A DGrGpu.cpp400 bool GrGpu::onReserveVertexSpace(size_t vertexSize, function in class:GrGpu
H A DGrDrawTarget.cpp158 acquired = this->onReserveVertexSpace(vertexSize,
H A DGrInOrderDrawBuffer.cpp634 bool GrInOrderDrawBuffer::onReserveVertexSpace(size_t vertexSize, function in class:GrInOrderDrawBuffer
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.h130 virtual bool onReserveVertexSpace(size_t vertexSize,
H A DGrGpu.h412 virtual bool onReserveVertexSpace(size_t vertexSize, int vertexCount, void** vertices) SK_OVERRIDE;
H A DGrDrawTarget.h795 virtual bool onReserveVertexSpace(size_t vertexSize, int vertexCount, void** vertices) = 0;
H A DGrGpu.cpp400 bool GrGpu::onReserveVertexSpace(size_t vertexSize, function in class:GrGpu
H A DGrDrawTarget.cpp158 acquired = this->onReserveVertexSpace(vertexSize,
H A DGrInOrderDrawBuffer.cpp634 bool GrInOrderDrawBuffer::onReserveVertexSpace(size_t vertexSize, function in class:GrInOrderDrawBuffer

Completed in 196 milliseconds