Searched refs:GetEmitDebugInfo (Results 1 – 3 of 3) sorted by relevance
161 EXPECT_EQ(true, shaders[0].GetEmitDebugInfo()); in TEST_F()204 EXPECT_EQ(expect_debug_info, shader.GetEmitDebugInfo()) in TEST_F()249 EXPECT_EQ(expect_debug_info, shader.GetEmitDebugInfo()) in TEST_F()291 EXPECT_EQ(false, shader.GetEmitDebugInfo()); in TEST_F()
136 Result r = CompileHlsl(shader, shader_info->GetEmitDebugInfo(), &results); in Compile()
94 bool GetEmitDebugInfo() const { return emit_debug_info_; } in GetEmitDebugInfo() function