Home
last modified time | relevance | path

Searched refs:kVertex_GrBufferType (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/instanced/
DGLInstancedRendering.cpp100 this->glGpu()->bindBuffer(kVertex_GrBufferType, this->vertexBuffer()); in onBeginFlush()
114 rp->createBuffer(sizeof(Instance) * numGLInstances, kVertex_GrBufferType, in onBeginFlush()
273 this->glGpu()->bindBuffer(kVertex_GrBufferType, fInstanceBuffer.get()); in flushInstanceAttribs()
DInstanceProcessor.cpp2006 if (GrBuffer* buffer = gpu->createBuffer(sizeof(kVertexData), kVertex_GrBufferType, in FindOrCreateVertexBuffer()
/external/skia/include/gpu/
DGrTypesPriv.h517 kVertex_GrBufferType, enumerator
532 GR_STATIC_ASSERT(0 == kVertex_GrBufferType); in GrBufferTypeIsVertexOrIndex()
/external/skia/src/gpu/vk/
DGrVkVertexBuffer.cpp13 : INHERITED(gpu, desc.fSizeInBytes, kVertex_GrBufferType, in GrVkVertexBuffer()
DGrVkGpu.cpp242 case kVertex_GrBufferType: in onCreateBuffer()
/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp68 gpu->bindBuffer(kVertex_GrBufferType, vertexBuffer); in set()
DGrGLBuffer.cpp73 GR_STATIC_ASSERT(0 == kVertex_GrBufferType); in gr_to_gl_access_pattern()
DGrGLGpu.cpp223 fHWBufferState[kVertex_GrBufferType].fGLTarget = GR_GL_ARRAY_BUFFER; in GrGLGpu()
468 fHWBufferState[kVertex_GrBufferType].invalidate(); in onResetContext()
3515 fCopyProgramArrayBuffer.reset(GrGLBuffer::Create(this, sizeof(vdata), kVertex_GrBufferType, in createCopyProgram()
3788 fWireRectArrayBuffer.reset(GrGLBuffer::Create(this, sizeof(vdata), kVertex_GrBufferType, in createWireRectProgram()
4209 kVertex_GrBufferType, in generateMipmap()
/external/skia/src/gpu/
DGrBufferAllocPool.cpp325 : GrBufferAllocPool(gpu, kVertex_GrBufferType, MIN_VERTEX_BUFFER_SIZE) { in GrVertexBufferAllocPool()
/external/skia/src/gpu/ops/
DGrTessellatingPathRenderer.cpp76 size, kVertex_GrBufferType, kStatic_GrAccessPattern, 0)); in lock()