Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Device/
H A DContext.cpp561 bool VertexInputInterfaceState::isDrawPoint(bool polygonModeAware, VkPolygonMode polygonMode) const in isDrawPoint()
580 bool VertexInputInterfaceState::isDrawLine(bool polygonModeAware, VkPolygonMode polygonMode) const in isDrawLine()
599 bool VertexInputInterfaceState::isDrawTriangle(bool polygonModeAware, VkPolygonMode polygonMode) co… in isDrawTriangle()