Searched refs:setupPoint (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Renderer.hpp | 197 …static bool setupPoint(vk::Device *device, Primitive &primitive, Triangle &triangle, const DrawCal…
|
D | Renderer.cpp | 792 if(setupPoint(device, *primitives, points[i], *drawCall)) in setupPointTriangles() 833 if(setupPoint(device, *primitives, *triangles, *drawCall)) in setupPoints() 1142 bool DrawCall::setupPoint(vk::Device *device, Primitive &primitive, Triangle &triangle, const DrawC… in setupPoint() function in sw::DrawCall
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Renderer.hpp | 384 bool setupPoint(Primitive &primitive, Triangle &triangle, const DrawCall &draw);
|
D | Renderer.cpp | 1697 if(setupPoint(*primitive, *triangle, draw)) in setupVertexTriangle() 1749 if(setupPoint(*primitive, *triangle, draw)) in setupPoints() 2055 bool Renderer::setupPoint(Primitive &primitive, Triangle &triangle, const DrawCall &draw) in setupPoint() function in sw::Renderer
|