Searched refs:GrVkIndexBuffer (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkIndexBuffer.cpp | 11 GrVkIndexBuffer::GrVkIndexBuffer(GrVkGpu* gpu, const GrVkBuffer::Desc& desc, in GrVkIndexBuffer() function in GrVkIndexBuffer 18 GrVkIndexBuffer* GrVkIndexBuffer::Create(GrVkGpu* gpu, size_t size, bool dynamic) { in Create() 30 GrVkIndexBuffer* buffer = new GrVkIndexBuffer(gpu, desc, bufferResource); in Create() 37 void GrVkIndexBuffer::onRelease() { in onRelease() 45 void GrVkIndexBuffer::onAbandon() { in onAbandon() 50 void* GrVkIndexBuffer::onMap() { in onMap() 58 void GrVkIndexBuffer::onUnmap() { in onUnmap() 64 bool GrVkIndexBuffer::onUpdateData(const void* src, size_t srcSizeInBytes) { in onUpdateData() 72 GrVkGpu* GrVkIndexBuffer::getVkGpu() const { in getVkGpu()
|
D | GrVkIndexBuffer.h | 17 class GrVkIndexBuffer : public GrIndexBuffer, public GrVkBuffer { 20 static GrVkIndexBuffer* Create(GrVkGpu* gpu, size_t size, bool dynamic); 27 GrVkIndexBuffer(GrVkGpu* gpu, const GrVkBuffer::Desc& desc,
|
D | GrVkCommandBuffer.h | 81 void bindIndexBuffer(GrVkGpu* gpu, GrVkIndexBuffer* ibuffer) { in bindIndexBuffer()
|
D | GrVkGpu.cpp | 229 return GrVkIndexBuffer::Create(this, size, dynamic); in onCreateIndexBuffer() 665 GrVkIndexBuffer* ibuf = (GrVkIndexBuffer*)vertices.indexBuffer(); in bindGeometry()
|
/external/skia/gyp/ |
D | gpu.gypi | 454 '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.cpp', 455 '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.h',
|