Home
last modified time | relevance | path

Searched refs:setupPoint (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.hpp197 …static bool setupPoint(vk::Device *device, Primitive &primitive, Triangle &triangle, const DrawCal…
DRenderer.cpp792 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/
DRenderer.hpp384 bool setupPoint(Primitive &primitive, Triangle &triangle, const DrawCall &draw);
DRenderer.cpp1697 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