Home
last modified time | relevance | path

Searched refs:kIndex_GrBufferType (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCCoverageProcessor_VSImpl.cpp458 fVSIndexBuffer = rp->findOrMakeStaticBuffer(kIndex_GrBufferType, in initVS()
464 fVSIndexBuffer = rp->findOrMakeStaticBuffer(kIndex_GrBufferType, in initVS()
482 fVSIndexBuffer = rp->findOrMakeStaticBuffer(kIndex_GrBufferType, in initVS()
488 fVSIndexBuffer = rp->findOrMakeStaticBuffer(kIndex_GrBufferType, in initVS()
DGrCCPathProcessor.cpp70 return onFlushRP->findOrMakeStaticBuffer(kIndex_GrBufferType, sizeof(kOctoIndicesAsStrips), in FindIndexBuffer()
73 return onFlushRP->findOrMakeStaticBuffer(kIndex_GrBufferType, sizeof(kOctoIndicesAsTris), in FindIndexBuffer()
/external/skqp/src/gpu/vk/
DGrVkIndexBuffer.cpp13 : INHERITED(gpu, desc.fSizeInBytes, kIndex_GrBufferType, in GrVkIndexBuffer()
DGrVkGpu.cpp355 case kIndex_GrBufferType: in onCreateBuffer()
/external/skqp/include/private/
DGrTypesPriv.h826 kIndex_GrBufferType, enumerator
838 return type <= kIndex_GrBufferType; in GrBufferTypeIsVertexOrIndex()
841 GR_STATIC_ASSERT(1 == kIndex_GrBufferType); in GrBufferTypeIsVertexOrIndex()
/external/skqp/src/gpu/gl/
DGrGLBuffer.cpp81 GR_STATIC_ASSERT(1 == kIndex_GrBufferType); in gr_to_gl_access_pattern()
DGrGLGpu.cpp347 fHWBufferState[kIndex_GrBufferType].fGLTarget = GR_GL_ELEMENT_ARRAY_BUFFER; in GrGLGpu()
583 fHWBufferState[kIndex_GrBufferType].invalidate(); in onResetContext()
2114 if (kIndex_GrBufferType == type) { in bindBuffer()
4216 gpu->bindBuffer(kIndex_GrBufferType, ibuf); in bindInternalVertexArray()
/external/skqp/src/gpu/mtl/
DGrMtlBuffer.mm181 fIntendedType == kIndex_GrBufferType ||
/external/skqp/src/gpu/
DGrBufferAllocPool.cpp431 : GrBufferAllocPool(gpu, kIndex_GrBufferType, initialCpuBuffer) {} in GrIndexBufferAllocPool()
DGrResourceProvider.cpp315 sk_sp<GrBuffer> buffer(this->createBuffer(bufferSize, kIndex_GrBufferType, in createPatternedIndexBuffer()
/external/skqp/src/gpu/ops/
DGrAAFillRRectOp.cpp445 kIndex_GrBufferType, sizeof(kIndexData), kIndexData, gIndexBufferKey); in onExecute()
DGrDrawVerticesOp.cpp317 kIndex_GrBufferType, in drawNonVolatile()