Searched refs:GetFrontFace (Results 1 – 7 of 7) sorted by relevance
41 FrontFace GetFrontFace() const { return front_face_; } in GetFrontFace() function
648 VkFrontFace GetFrontFace(GLenum frontFace, bool invertCullFace);
787 VkFrontFace GetFrontFace(GLenum frontFace, bool invertCullFace) in GetFrontFace() function
1002 static_cast<uint16_t>(gl_vk::GetFrontFace(rasterState.frontFace, invertFrontFace)); in updateFrontFace()
634 rasterization_info.frontFace = ToVkFrontFace(pipeline_data->GetFrontFace()); in CreateVkGraphicsPipeline()
1050 GetDawnFrontFace(pipeline_data->GetFrontFace()); in CreateRenderPipelineDescriptor()
1919 EXPECT_EQ(test_data.value, cp.PipelineDataForTesting()->GetFrontFace()); in TEST_P()