Searched refs:WIREFRAME (Results 1 – 3 of 3) sorted by relevance
269 #ifndef WIREFRAME270 #define WIREFRAME 1 macro272 int wireframe = WIREFRAME; /* try to emulate wireframe wm moves */
868 EXTERNAL_COMMANDS, NOREPEAT, WIREFRAME*, SCROLL*, ...
81 #define WIREFRAME 0 macro194 #if WIREFRAME in emit_triangle()1432 count += (poly->fCount - 2) * (WIREFRAME ? 6 : 3); in generateGeometry()1456 GrPrimitiveType primitiveType = WIREFRAME ? kLines_GrPrimitiveType in generateGeometry()