Home
last modified time | relevance | path

Searched refs:ApplyRasterizationState (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/OGL/
H A DRender.h168 void ApplyRasterizationState(const RasterizationState state);
H A DRender.cpp1134 void Renderer::ApplyRasterizationState(const RasterizationState state) in ApplyRasterizationState() function in OGL::Renderer
1263 ApplyRasterizationState(static_cast<const OGLPipeline*>(pipeline)->GetRasterizationState()); in SetPipeline()