Searched refs:sendIndexedInstancedMeshToGpu (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.h | 78 this->sendIndexedInstancedMeshToGpu(primProc, primType, indexBuffer, indexCount, baseIndex, in sendIndexedMeshToGpu() 87 void sendIndexedInstancedMeshToGpu(const GrPrimitiveProcessor&, GrPrimitiveType,
|
D | GrVkGpuCommandBuffer.cpp | 633 void GrVkGpuCommandBuffer::sendIndexedInstancedMeshToGpu(const GrPrimitiveProcessor& primProc, in sendIndexedInstancedMeshToGpu() function in GrVkGpuCommandBuffer
|
/external/skia/src/gpu/ |
D | GrMesh.h | 66 virtual void sendIndexedInstancedMeshToGpu(const GrPrimitiveProcessor&, GrPrimitiveType, 210 impl->sendIndexedInstancedMeshToGpu(primProc, fPrimitiveType, fIndexBuffer.get(), in sendToGpu()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 123 void sendIndexedInstancedMeshToGpu(const GrPrimitiveProcessor&, GrPrimitiveType,
|
D | GrGLGpu.cpp | 2618 void GrGLGpu::sendIndexedInstancedMeshToGpu(const GrPrimitiveProcessor& primProc, in sendIndexedInstancedMeshToGpu() function in GrGLGpu
|