Searched refs:bindGeometry (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/mtl/ |
D | GrMtlGpuCommandBuffer.mm | 274 void GrMtlGpuRTCommandBuffer::bindGeometry(const GrBuffer* vertexBuffer, function 306 this->bindGeometry(vertexBuffer, instanceBuffer); 326 this->bindGeometry(vertexBuffer, instanceBuffer);
|
D | GrMtlGpuCommandBuffer.h | 91 void bindGeometry(const GrBuffer* vertexBuffer, const GrBuffer* instanceBuffer);
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpuCommandBuffer.mm | 273 void GrMtlGpuRTCommandBuffer::bindGeometry(const GrBuffer* vertexBuffer, function 305 this->bindGeometry(vertexBuffer, instanceBuffer); 325 this->bindGeometry(vertexBuffer, instanceBuffer);
|
D | GrMtlGpuCommandBuffer.h | 93 void bindGeometry(const GrBuffer* vertexBuffer, const GrBuffer* instanceBuffer);
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.h | 99 void bindGeometry(const GrBuffer* indexBuffer,
|
D | GrVkGpuCommandBuffer.cpp | 596 void GrVkGpuRTCommandBuffer::bindGeometry(const GrBuffer* indexBuffer, in bindGeometry() function in GrVkGpuRTCommandBuffer 810 this->bindGeometry(nullptr, vertexBuffer, instanceBuffer); in sendInstancedMeshToGpu() 827 this->bindGeometry(indexBuffer, vertexBuffer, instanceBuffer); in sendIndexedInstancedMeshToGpu()
|
/external/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.h | 99 void bindGeometry(const GrGpuBuffer* indexBuffer,
|
D | GrVkGpuCommandBuffer.cpp | 593 void GrVkGpuRTCommandBuffer::bindGeometry(const GrGpuBuffer* indexBuffer, in bindGeometry() function in GrVkGpuRTCommandBuffer 808 this->bindGeometry(nullptr, gpuVertexBuffer, gpuInstanceBuffer); in sendInstancedMeshToGpu() 831 this->bindGeometry(gpuIndexxBuffer, gpuVertexBuffer, gpuInstanceBuffer); in sendIndexedInstancedMeshToGpu()
|