Home
last modified time | relevance | path

Searched refs:sendToGpu (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/
DGrMesh.h75 void sendToGpu(SendToGpuImpl*) const;
205 inline void GrMesh::sendToGpu(SendToGpuImpl* impl) const { in sendToGpu() function
/external/skqp/src/gpu/mtl/
DGrMtlGpuCommandBuffer.mm180 mesh.sendToGpu(this);
/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp795 mesh.sendToGpu(this); in onDraw()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp2572 meshes[m].sendToGpu(this); in draw()