Searched refs:isWireframe (Results 1 – 7 of 7) sorted by relevance
417 static void setup_raster_state(bool isWireframe, in setup_raster_state() argument426 rasterInfo->polygonMode = (caps->wireframeMode() || isWireframe) ? in setup_raster_state()472 bool isWireframe, in Make() argument508 setup_raster_state(isWireframe, gpu->caps(), &rasterInfo); in Make()587 pipeline.isWireframe(), in Make()
44 bool isWireframe,
169 bool isWireframe() const { return fFlags & InputFlags::kWireframe; } in isWireframe() function
73 if (programInfo.pipeline().isWireframe()) { in bindPipeline()
378 rasterizer->FillMode = (caps->wireframeMode() || pipeline.isWireframe()) ? in fill_in_rasterizer_state()
106 if (this->gpu()->caps()->wireframeMode() || programInfo.pipeline().isWireframe()) {
2032 this->flushWireframeState(programInfo.pipeline().isWireframe()); in flushGLState()