Searched refs:setupGeometry (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.h | 278 void setupGeometry(const GrBuffer* indexBuffer,
|
D | GrGLGpu.cpp | 2065 void GrGLGpu::setupGeometry(const GrBuffer* indexBuffer, in setupGeometry() function in GrGLGpu 2613 this->setupGeometry(nullptr, vertexBuffer, baseVertex, nullptr, 0, GrPrimitiveRestart::kNo); in sendMeshToGpu() 2616 this->setupGeometry(nullptr, vertexBuffer, 0, nullptr, 0, GrPrimitiveRestart::kNo); in sendMeshToGpu() 2630 this->setupGeometry(indexBuffer, vertexBuffer, baseVertex, nullptr, 0, enablePrimitiveRestart); in sendIndexedMeshToGpu() 2648 this->setupGeometry(nullptr, vertexBuffer, 0, instanceBuffer, baseInstance + i, in sendInstancedMeshToGpu() 2667 this->setupGeometry(indexBuffer, vertexBuffer, baseVertex, instanceBuffer, baseInstance + i, in sendIndexedInstancedMeshToGpu()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 283 void setupGeometry(const GrBuffer* indexBuffer,
|
D | GrGLGpu.cpp | 2094 void GrGLGpu::setupGeometry(const GrBuffer* indexBuffer, in setupGeometry() function in GrGLGpu 2644 this->setupGeometry(nullptr, vertexBuffer, baseVertex, nullptr, 0, GrPrimitiveRestart::kNo); in sendMeshToGpu() 2647 this->setupGeometry(nullptr, vertexBuffer, 0, nullptr, 0, GrPrimitiveRestart::kNo); in sendMeshToGpu() 2669 this->setupGeometry(indexBuffer, vertexBuffer, baseVertex, nullptr, 0, enablePrimitiveRestart); in sendIndexedMeshToGpu() 2687 this->setupGeometry(nullptr, vertexBuffer, 0, instanceBuffer, baseInstance + i, in sendInstancedMeshToGpu() 2705 this->setupGeometry(indexBuffer, vertexBuffer, baseVertex, instanceBuffer, baseInstance + i, in sendIndexedInstancedMeshToGpu()
|