Searched refs:isWireframe (Results 1 – 7 of 7) sorted by relevance
448 static void setup_raster_state(bool isWireframe, in setup_raster_state() argument457 rasterInfo->polygonMode = (caps->wireframeMode() || isWireframe) ? in setup_raster_state()503 bool isWireframe, in Make() argument548 setup_raster_state(isWireframe, gpu->caps(), &rasterInfo); in Make()627 pipeline.isWireframe(), in Make()
38 bool isWireframe,
175 bool isWireframe() const { return fFlags & InputFlags::kWireframe; } in isWireframe() function
73 if (programInfo.pipeline().isWireframe()) { in bindPipeline()
387 rasterizer->FillMode = (caps->wireframeMode() || pipeline.isWireframe()) ? in fill_in_rasterizer_state()
99 if (this->gpu()->caps()->wireframeMode() || programInfo.pipeline().isWireframe()) {
1868 this->flushWireframeState(programInfo.pipeline().isWireframe()); in flushGLState()