Searched refs:kVertex_GrBufferType (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/instanced/ |
D | GLInstancedRendering.cpp | 100 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()
|
D | InstanceProcessor.cpp | 2006 if (GrBuffer* buffer = gpu->createBuffer(sizeof(kVertexData), kVertex_GrBufferType, in FindOrCreateVertexBuffer()
|
/external/skia/include/gpu/ |
D | GrTypesPriv.h | 517 kVertex_GrBufferType, enumerator 532 GR_STATIC_ASSERT(0 == kVertex_GrBufferType); in GrBufferTypeIsVertexOrIndex()
|
/external/skia/src/gpu/vk/ |
D | GrVkVertexBuffer.cpp | 13 : INHERITED(gpu, desc.fSizeInBytes, kVertex_GrBufferType, in GrVkVertexBuffer()
|
D | GrVkGpu.cpp | 242 case kVertex_GrBufferType: in onCreateBuffer()
|
/external/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 68 gpu->bindBuffer(kVertex_GrBufferType, vertexBuffer); in set()
|
D | GrGLBuffer.cpp | 73 GR_STATIC_ASSERT(0 == kVertex_GrBufferType); in gr_to_gl_access_pattern()
|
D | GrGLGpu.cpp | 223 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/ |
D | GrBufferAllocPool.cpp | 325 : GrBufferAllocPool(gpu, kVertex_GrBufferType, MIN_VERTEX_BUFFER_SIZE) { in GrVertexBufferAllocPool()
|
/external/skia/src/gpu/ops/ |
D | GrTessellatingPathRenderer.cpp | 76 size, kVertex_GrBufferType, kStatic_GrAccessPattern, 0)); in lock()
|