Searched refs:getPolyOffsetUnits (Results 1 – 4 of 4) sorted by relevance
297 state.getPolyOffsetUnits()); in applyRenderState()300 context.polyOffsetUnits = state.getPolyOffsetUnits(); in applyRenderState()303 || state.getPolyOffsetUnits() != context.polyOffsetUnits) { in applyRenderState()305 state.getPolyOffsetUnits()); in applyRenderState()307 context.polyOffsetUnits = state.getPolyOffsetUnits(); in applyRenderState()
533 state.getPolyOffsetUnits()); in applyRenderState()536 context.polyOffsetUnits = state.getPolyOffsetUnits(); in applyRenderState()539 || state.getPolyOffsetUnits() != context.polyOffsetUnits) { in applyRenderState()541 state.getPolyOffsetUnits()); in applyRenderState()543 context.polyOffsetUnits = state.getPolyOffsetUnits(); in applyRenderState()
521 …glPolygonOffset({0}, {1})", new Object[]{state.getPolyOffsetFactor(), state.getPolyOffsetUnits()}); in applyRenderState()524 state.getPolyOffsetUnits()); in applyRenderState()528 context.polyOffsetUnits = state.getPolyOffsetUnits(); in applyRenderState()531 || state.getPolyOffsetUnits() != context.polyOffsetUnits) { in applyRenderState()533 …glPolygonOffset({0}, {1})", new Object[]{state.getPolyOffsetFactor(), state.getPolyOffsetUnits()}); in applyRenderState()536 state.getPolyOffsetUnits()); in applyRenderState()539 context.polyOffsetUnits = state.getPolyOffsetUnits(); in applyRenderState()
888 public float getPolyOffsetUnits() { in getPolyOffsetUnits() method in RenderState