Home
last modified time | relevance | path

Searched refs:sendIndexedInstancedMeshToGpu (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpuCommandBuffer.h97 this->sendIndexedInstancedMeshToGpu(primType, indexBuffer, indexCount, baseIndex, in sendIndexedMeshToGpu()
106 void sendIndexedInstancedMeshToGpu(GrPrimitiveType,
DGrDawnGpuCommandBuffer.cpp461 void GrDawnGpuRTCommandBuffer::sendIndexedInstancedMeshToGpu(GrPrimitiveType, in sendIndexedInstancedMeshToGpu() function in GrDawnGpuRTCommandBuffer
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.h167 this->sendIndexedInstancedMeshToGpu(primType, indexBuffer, indexCount, baseIndex, in sendIndexedMeshToGpu()
176 void sendIndexedInstancedMeshToGpu(GrPrimitiveType, const GrBuffer* indexBuffer, int indexCount,
DGrVkGpuCommandBuffer.cpp854 void GrVkGpuRTCommandBuffer::sendIndexedInstancedMeshToGpu(GrPrimitiveType, in sendIndexedInstancedMeshToGpu() function in GrVkGpuRTCommandBuffer
/third_party/flutter/skia/src/gpu/
DGrMesh.h71 virtual void sendIndexedInstancedMeshToGpu(GrPrimitiveType, const GrBuffer* indexBuffer,
229 impl->sendIndexedInstancedMeshToGpu( in sendToGpu()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpuCommandBuffer.h118 void sendIndexedInstancedMeshToGpu(GrPrimitiveType, const GrBuffer* indexBuffer, int indexCount,
DGrMtlGpuCommandBuffer.mm427 void GrMtlGpuRTCommandBuffer::sendIndexedInstancedMeshToGpu(GrPrimitiveType primitiveType, function
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.h105 void sendIndexedInstancedMeshToGpu(GrPrimitiveType, const GrBuffer* indexBuffer, int indexCount,
DGrGLGpu.cpp2536 void GrGLGpu::sendIndexedInstancedMeshToGpu(GrPrimitiveType primitiveType, in sendIndexedInstancedMeshToGpu() function in GrGLGpu