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