Home
last modified time | relevance | path

Searched defs:sendIndexedMeshToGpu (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpuCommandBuffer.mm378 void GrMtlGpuRTCommandBuffer::sendIndexedMeshToGpu(GrPrimitiveType primitiveType, function
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpuCommandBuffer.h92 void sendIndexedMeshToGpu(GrPrimitiveType primType, in sendIndexedMeshToGpu() function
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.h162 void sendIndexedMeshToGpu(GrPrimitiveType primType, const GrBuffer* indexBuffer, int indexCount, in sendIndexedMeshToGpu() function
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp2503 void GrGLGpu::sendIndexedMeshToGpu(GrPrimitiveType primitiveType, const GrBuffer* indexBuffer, in sendIndexedMeshToGpu() function in GrGLGpu