Searched refs:sendIndexedMeshToGpu (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/gpu/ |
D | GrMesh.h | 55 virtual void sendIndexedMeshToGpu(GrPrimitiveType, const GrBuffer* indexBuffer, 229 impl->sendIndexedMeshToGpu(fPrimitiveType, fIndexBuffer.get(), fIndexData.fIndexCount, in sendToGpu() 246 impl->sendIndexedMeshToGpu( in sendToGpu()
|
/external/skia/src/gpu/ |
D | GrMesh.h | 61 virtual void sendIndexedMeshToGpu(GrPrimitiveType, const GrBuffer* indexBuffer, 246 impl->sendIndexedMeshToGpu( in sendToGpu() 263 impl->sendIndexedMeshToGpu( in sendToGpu()
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpuCommandBuffer.h | 103 void sendIndexedMeshToGpu(GrPrimitiveType primType, const GrBuffer* indexBuffer, int indexCount, in sendIndexedMeshToGpu() function
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpuCommandBuffer.h | 101 void sendIndexedMeshToGpu(GrPrimitiveType primType, const GrBuffer* indexBuffer, int indexCount, in sendIndexedMeshToGpu() function
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.h | 125 void sendIndexedMeshToGpu(GrPrimitiveType primType, const GrBuffer* indexBuffer, int indexCount, in sendIndexedMeshToGpu() function
|
/external/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.h | 125 void sendIndexedMeshToGpu(GrPrimitiveType primType, const GrBuffer* indexBuffer, int indexCount, in sendIndexedMeshToGpu() function
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.h | 95 void sendIndexedMeshToGpu(GrPrimitiveType, const GrBuffer* indexBuffer, int indexCount,
|
D | GrGLGpu.cpp | 2622 void GrGLGpu::sendIndexedMeshToGpu(GrPrimitiveType primitiveType, const GrBuffer* indexBuffer, in sendIndexedMeshToGpu() function in GrGLGpu
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 95 void sendIndexedMeshToGpu(GrPrimitiveType, const GrBuffer* indexBuffer, int indexCount,
|
D | GrGLGpu.cpp | 2662 void GrGLGpu::sendIndexedMeshToGpu(GrPrimitiveType primitiveType, const GrBuffer* indexBuffer, in sendIndexedMeshToGpu() function in GrGLGpu
|