Searched refs:mPlaneAlpha (Results 1 – 4 of 4) sorted by relevance
31 mPlaneAlpha = 1.0f; in Description()44 if (planeAlpha != mPlaneAlpha) { in setPlaneAlpha()46 mPlaneAlpha = planeAlpha; in setPlaneAlpha()
39 GLclampf mPlaneAlpha; variable
136 glUniform1f(mAlphaPlaneLoc, desc.mPlaneAlpha); in setUniforms()
126 (description.mPlaneAlpha < 1) ? Key::PLANE_ALPHA_LT_ONE : Key::PLANE_ALPHA_EQ_ONE) in computeKey()