Searched refs:sendIndexedInstancedMeshToGpu (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnGpuCommandBuffer.h | 97 this->sendIndexedInstancedMeshToGpu(primType, indexBuffer, indexCount, baseIndex, in sendIndexedMeshToGpu() 106 void sendIndexedInstancedMeshToGpu(GrPrimitiveType,
|
D | GrDawnGpuCommandBuffer.cpp | 461 void GrDawnGpuRTCommandBuffer::sendIndexedInstancedMeshToGpu(GrPrimitiveType, in sendIndexedInstancedMeshToGpu() function in GrDawnGpuRTCommandBuffer
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.h | 167 this->sendIndexedInstancedMeshToGpu(primType, indexBuffer, indexCount, baseIndex, in sendIndexedMeshToGpu() 176 void sendIndexedInstancedMeshToGpu(GrPrimitiveType, const GrBuffer* indexBuffer, int indexCount,
|
D | GrVkGpuCommandBuffer.cpp | 854 void GrVkGpuRTCommandBuffer::sendIndexedInstancedMeshToGpu(GrPrimitiveType, in sendIndexedInstancedMeshToGpu() function in GrVkGpuRTCommandBuffer
|
/third_party/flutter/skia/src/gpu/ |
D | GrMesh.h | 71 virtual void sendIndexedInstancedMeshToGpu(GrPrimitiveType, const GrBuffer* indexBuffer, 229 impl->sendIndexedInstancedMeshToGpu( in sendToGpu()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlGpuCommandBuffer.h | 118 void sendIndexedInstancedMeshToGpu(GrPrimitiveType, const GrBuffer* indexBuffer, int indexCount,
|
D | GrMtlGpuCommandBuffer.mm | 427 void GrMtlGpuRTCommandBuffer::sendIndexedInstancedMeshToGpu(GrPrimitiveType primitiveType, function
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.h | 105 void sendIndexedInstancedMeshToGpu(GrPrimitiveType, const GrBuffer* indexBuffer, int indexCount,
|
D | GrGLGpu.cpp | 2536 void GrGLGpu::sendIndexedInstancedMeshToGpu(GrPrimitiveType primitiveType, in sendIndexedInstancedMeshToGpu() function in GrGLGpu
|