Searched refs:isCullFaceEnabled (Results 1 – 6 of 6) sorted by relevance
419 bool isCullFaceEnabled() const;
366 bool Context::isCullFaceEnabled() const in isCullFaceEnabled() function in es2::Context
3823 case GL_CULL_FACE: return context->isCullFaceEnabled(); in IsEnabled()
164 bool isCullFaceEnabled() const { return mRasterizer.cullFace; } in isCullFaceEnabled() function
1425 return isCullFaceEnabled(); in getEnableFeature()
1926 setCullFaceEnabled(state.isCullFaceEnabled()); in syncState()