Home
last modified time | relevance | path

Searched refs:bindGeometry (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/mtl/
DGrMtlGpuCommandBuffer.mm274 void GrMtlGpuRTCommandBuffer::bindGeometry(const GrBuffer* vertexBuffer, function
306 this->bindGeometry(vertexBuffer, instanceBuffer);
326 this->bindGeometry(vertexBuffer, instanceBuffer);
DGrMtlGpuCommandBuffer.h91 void bindGeometry(const GrBuffer* vertexBuffer, const GrBuffer* instanceBuffer);
/external/skqp/src/gpu/mtl/
DGrMtlGpuCommandBuffer.mm273 void GrMtlGpuRTCommandBuffer::bindGeometry(const GrBuffer* vertexBuffer, function
305 this->bindGeometry(vertexBuffer, instanceBuffer);
325 this->bindGeometry(vertexBuffer, instanceBuffer);
DGrMtlGpuCommandBuffer.h93 void bindGeometry(const GrBuffer* vertexBuffer, const GrBuffer* instanceBuffer);
/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.h99 void bindGeometry(const GrBuffer* indexBuffer,
DGrVkGpuCommandBuffer.cpp596 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/
DGrVkGpuCommandBuffer.h99 void bindGeometry(const GrGpuBuffer* indexBuffer,
DGrVkGpuCommandBuffer.cpp593 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()