Searched refs:alphaCompare (Results 1 – 2 of 2) sorted by relevance
1024 const AlphaCompare& __restrict alphaCompare = pMaterial->GetAlphaCompare(); in SetUpAlphaTest() local1025 register f32 refValue = alphaCompare.GetRef() * 255.f + 0.5f; in SetUpAlphaTest()1042 … PICA_CMD_DATA_FRAGOP_ALPHA_TEST( true, alphaTest[ alphaCompare.GetFunc() ], (u8)refValue ) ); in SetUpAlphaTest()
1292 const AlphaCompare& alphaCompare = this->GetAlphaCompare(); in SetupGraphics() local1294 internal::GL::SetAlphaRefValue(graphicsResource, alphaCompare.GetRef()); in SetupGraphics()1295 internal::GL::SetAlphaTestFunc(graphicsResource, alphaCompare.GetFunc()); in SetupGraphics()