Searched refs:frontFace (Results 1 – 2 of 2) sorted by relevance
31 if ( ( frontFace == FRONT_FACE_CW && cullFace == CULL_FACE_FRONT ) || in MakeCommand()32 ( frontFace == FRONT_FACE_CCW && cullFace == CULL_FACE_BACK ) ) in MakeCommand()271 frontFace( FRONT_FACE_CCW ), in Culling()
728 FrontFace frontFace; variable