Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.hpp194 …static int setupPoints(vk::Device *device, Triangle *triangles, Primitive *primitives, const DrawC…
DRenderer.cpp254 setupPrimitives = &DrawCall::setupPoints; in draw()
824 int DrawCall::setupPoints(vk::Device *device, Triangle *triangles, Primitive *primitives, const Dra… in setupPoints() function in sw::DrawCall
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.hpp381 int setupPoints(int batch, int count);
DRenderer.cpp319 setupPrimitives = &Renderer::setupPoints; in draw()
1736 int Renderer::setupPoints(int unit, int count) in setupPoints() function in sw::Renderer