Searched refs:findOrMakeStaticBuffer (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/src/gpu/tessellate/ |
D | PathCurveTessellator.cpp | 222 fFixedVertexBuffer = rp->findOrMakeStaticBuffer(GrGpuBufferType::kVertex, in prepareFixedCountBuffers() 229 fFixedIndexBuffer = rp->findOrMakeStaticBuffer(GrGpuBufferType::kIndex, in prepareFixedCountBuffers()
|
D | PathWedgeTessellator.cpp | 283 fFixedVertexBuffer = rp->findOrMakeStaticBuffer(GrGpuBufferType::kVertex, in prepareFixedCountBuffers() 290 fFixedIndexBuffer = rp->findOrMakeStaticBuffer(GrGpuBufferType::kIndex, in prepareFixedCountBuffers()
|
D | StrokeFixedCountTessellator.cpp | 419 fVertexBufferIfNoIDSupport = target->resourceProvider()->findOrMakeStaticBuffer( in prepare()
|
/third_party/skia/src/gpu/ |
D | GrResourceProvider.h | 198 sk_sp<const GrGpuBuffer> findOrMakeStaticBuffer(GrGpuBufferType intendedType, size_t size, 211 sk_sp<const GrGpuBuffer> findOrMakeStaticBuffer(GrGpuBufferType intendedType, size_t size,
|
D | GrResourceProvider.cpp | 408 sk_sp<const GrGpuBuffer> GrResourceProvider::findOrMakeStaticBuffer(GrGpuBufferType intendedType, in findOrMakeStaticBuffer() function in GrResourceProvider 425 sk_sp<const GrGpuBuffer> GrResourceProvider::findOrMakeStaticBuffer( in findOrMakeStaticBuffer() function in GrResourceProvider
|
/third_party/skia/src/gpu/ops/ |
D | DrawAtlasPathOp.cpp | 211 fVertexBufferIfNoIDSupport = flushState->resourceProvider()->findOrMakeStaticBuffer( in onPrepare()
|
D | FillRRectOp.cpp | 551 fIndexBuffer = target->resourceProvider()->findOrMakeStaticBuffer(GrGpuBufferType::kIndex, in onPrepareDraws() 557 fVertexBuffer = target->resourceProvider()->findOrMakeStaticBuffer(GrGpuBufferType::kVertex, in onPrepareDraws()
|
D | PathStencilCoverOp.cpp | 311 fBBoxVertexBufferIfNoIDSupport = flushState->resourceProvider()->findOrMakeStaticBuffer( in onPrepare()
|
D | PathInnerTriangulateOp.cpp | 464 fHullVertexBufferIfNoIDSupport = flushState->resourceProvider()->findOrMakeStaticBuffer( in onPrepare()
|