Home
last modified time | relevance | path

Searched defs:polygonModeAware (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/Device/
DContext.cpp565 bool VertexInputInterfaceState::isDrawPoint(bool polygonModeAware, VkPolygonMode polygonMode) const in isDrawPoint()
584 bool VertexInputInterfaceState::isDrawLine(bool polygonModeAware, VkPolygonMode polygonMode) const in isDrawLine()
603 bool VertexInputInterfaceState::isDrawTriangle(bool polygonModeAware, VkPolygonMode polygonMode) co… in isDrawTriangle()