Lines Matching defs:face
6549 // Front face.
6555 // Dynamically set front face to clockwise
6565 // Dynamically set front face to counter-clockwise
6574 // Dynamically set front face to clockwise with a counter-clockwise mesh
6585 // Dynamically set front face to counter-clockwise with a clockwise mesh
8670 vk::VkStencilFaceFlags face;
8721 for (const auto& face : kFaces)
8762 // No face culling is applied by default, so both the front and back operations could apply depending on the mesh.
8763 if (face.face == vk::VK_STENCIL_FACE_FRONT_BIT)
8767 else if (face.face == vk::VK_STENCIL_FACE_BACK_BIT)
8795 dynamicStencilConfig.faceMask = face.face;
8837 staticStencilConfig.faceMask = face.face;
8849 // This is the dual case. We will set the front and back face values with two separate calls.
8880 + "_" + face.name