Searched refs:GetEnableDepthTest (Results 1 – 4 of 4) sorted by relevance
59 ASSERT_TRUE(pipeline->GetPipelineData()->GetEnableDepthTest()); in TEST_F()
109 bool GetEnableDepthTest() const { return enable_depth_test_; } in GetEnableDepthTest() function
501 depthstencil_info.depthTestEnable = pipeline_data->GetEnableDepthTest(); in GetVkPipelineDepthStencilInfo()
1688 EXPECT_TRUE(cp.PipelineDataForTesting()->GetEnableDepthTest()); in TEST_F()1699 EXPECT_FALSE(cp.PipelineDataForTesting()->GetEnableDepthTest()); in TEST_F()