Home
last modified time | relevance | path

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

/external/skqp/src/gpu/mtl/
DGrMtlGpuCommandBuffer.h103 void sendIndexedMeshToGpu(GrPrimitiveType primType, const GrBuffer* indexBuffer, int indexCount, in sendIndexedMeshToGpu() function
/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.h125 void sendIndexedMeshToGpu(GrPrimitiveType primType, const GrBuffer* indexBuffer, int indexCount, in sendIndexedMeshToGpu() function
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp2622 void GrGLGpu::sendIndexedMeshToGpu(GrPrimitiveType primitiveType, const GrBuffer* indexBuffer, in sendIndexedMeshToGpu() function in GrGLGpu