Searched refs:getSlopeDepthBias (Results 1 – 4 of 4) sorted by relevance
69 …lopeDepthBias = pipelineState.isDrawTriangle(false) && (pipelineState.getSlopeDepthBias() != 0.0f); in update()
119 …as = (pipelineState.getConstantDepthBias() != 0.0f) || (pipelineState.getSlopeDepthBias() != 0.0f); in update()
156 inline float getSlopeDepthBias() const { return slopeDepthBias; } in getSlopeDepthBias() function
356 data->slopeDepthBias = pipelineState.getSlopeDepthBias(); in draw()