Home
last modified time | relevance | path

Searched refs:findOrMakeStaticBuffer (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/tessellate/
DPathCurveTessellator.cpp222 fFixedVertexBuffer = rp->findOrMakeStaticBuffer(GrGpuBufferType::kVertex, in prepareFixedCountBuffers()
229 fFixedIndexBuffer = rp->findOrMakeStaticBuffer(GrGpuBufferType::kIndex, in prepareFixedCountBuffers()
DPathWedgeTessellator.cpp283 fFixedVertexBuffer = rp->findOrMakeStaticBuffer(GrGpuBufferType::kVertex, in prepareFixedCountBuffers()
290 fFixedIndexBuffer = rp->findOrMakeStaticBuffer(GrGpuBufferType::kIndex, in prepareFixedCountBuffers()
DStrokeFixedCountTessellator.cpp419 fVertexBufferIfNoIDSupport = target->resourceProvider()->findOrMakeStaticBuffer( in prepare()
/third_party/skia/src/gpu/
DGrResourceProvider.h198 sk_sp<const GrGpuBuffer> findOrMakeStaticBuffer(GrGpuBufferType intendedType, size_t size,
211 sk_sp<const GrGpuBuffer> findOrMakeStaticBuffer(GrGpuBufferType intendedType, size_t size,
DGrResourceProvider.cpp408 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/
DDrawAtlasPathOp.cpp211 fVertexBufferIfNoIDSupport = flushState->resourceProvider()->findOrMakeStaticBuffer( in onPrepare()
DFillRRectOp.cpp551 fIndexBuffer = target->resourceProvider()->findOrMakeStaticBuffer(GrGpuBufferType::kIndex, in onPrepareDraws()
557 fVertexBuffer = target->resourceProvider()->findOrMakeStaticBuffer(GrGpuBufferType::kVertex, in onPrepareDraws()
DPathStencilCoverOp.cpp311 fBBoxVertexBufferIfNoIDSupport = flushState->resourceProvider()->findOrMakeStaticBuffer( in onPrepare()
DPathInnerTriangulateOp.cpp464 fHullVertexBufferIfNoIDSupport = flushState->resourceProvider()->findOrMakeStaticBuffer( in onPrepare()