Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.hpp193 …static int setupLines(vk::Device *device, Triangle *triangles, Primitive *primitives, const DrawCa…
DRenderer.cpp250 setupPrimitives = &DrawCall::setupLines; in draw()
803 int DrawCall::setupLines(vk::Device *device, Triangle *triangles, Primitive *primitives, const Draw… in setupLines() function in sw::DrawCall
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.hpp380 int setupLines(int batch, int count);
DRenderer.cpp315 setupPrimitives = &Renderer::setupLines; in draw()
1711 int Renderer::setupLines(int unit, int count) in setupLines() function in sw::Renderer