Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:cullFace

44     mState.cullFace = false;
361 if (mState.cullFace != enabled)
363 mState.cullFace = enabled;
370 return mState.cullFace;
1114 case GL_CULL_FACE: *params = mState.cullFace; break;
1730 if (mState.cullFace)
3183 return mState.cullFace && mState.cullMode == GL_FRONT_AND_BACK && isTriangleMode(drawMode);