Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:depthMask

123 	mState.depthMask = true;
730 if(mState.depthMask != mask)
732 mState.depthMask = mask;
1774 case GL_DEPTH_WRITEMASK: *params = mState.depthMask; break;
2838 device->setDepthWriteEnable(mState.depthMask);
3305 if(mState.depthMask != 0)
3363 if(mState.depthMask && !mState.rasterizerDiscardEnabled)