Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/
H A DPathCurveTessellator.cpp222 fFixedVertexBuffer = rp->findOrMakeStaticBuffer(GrGpuBufferType::kVertex, in prepareFixedCountBuffers()
229 fFixedIndexBuffer = rp->findOrMakeStaticBuffer(GrGpuBufferType::kIndex, in prepareFixedCountBuffers()
H A DPathWedgeTessellator.cpp283 fFixedVertexBuffer = rp->findOrMakeStaticBuffer(GrGpuBufferType::kVertex, in prepareFixedCountBuffers()
290 fFixedIndexBuffer = rp->findOrMakeStaticBuffer(GrGpuBufferType::kIndex, in prepareFixedCountBuffers()
H A DStrokeFixedCountTessellator.cpp424 fVertexBufferIfNoIDSupport = target->resourceProvider()->findOrMakeStaticBuffer( in prepare()
/third_party/skia/src/gpu/
H A DGrResourceProvider.h198 sk_sp<const GrGpuBuffer> findOrMakeStaticBuffer(GrGpuBufferType intendedType, size_t size,
211 sk_sp<const GrGpuBuffer> findOrMakeStaticBuffer(GrGpuBufferType intendedType, size_t size,
H A DGrResourceProvider.cpp414 sk_sp<const GrGpuBuffer> GrResourceProvider::findOrMakeStaticBuffer(GrGpuBufferType intendedType, in findOrMakeStaticBuffer() function in GrResourceProvider
431 sk_sp<const GrGpuBuffer> GrResourceProvider::findOrMakeStaticBuffer( in findOrMakeStaticBuffer() function in GrResourceProvider
/third_party/skia/src/gpu/ops/
H A DDrawAtlasPathOp.cpp216 fVertexBufferIfNoIDSupport = flushState->resourceProvider()->findOrMakeStaticBuffer( in onPrepare()
H A DPathStencilCoverOp.cpp312 fBBoxVertexBufferIfNoIDSupport = flushState->resourceProvider()->findOrMakeStaticBuffer( in onPrepare()
H A DFillRRectOp.cpp557 fIndexBuffer = target->resourceProvider()->findOrMakeStaticBuffer(GrGpuBufferType::kIndex, in onPrepareDraws()
563 fVertexBuffer = target->resourceProvider()->findOrMakeStaticBuffer(GrGpuBufferType::kVertex, in onPrepareDraws()
H A DPathInnerTriangulateOp.cpp465 fHullVertexBufferIfNoIDSupport = flushState->resourceProvider()->findOrMakeStaticBuffer( in onPrepare()

Completed in 9 milliseconds