Searched refs:example_struct (Results 1 – 2 of 2) sorted by relevance
595 testing::AssertionResult operator()(ExampleStruct* example_struct) const { in operator ()()596 return ExampleFunctionContract(example_struct); in operator ()()604 auto example_lambda_contract = [](ExampleStruct* example_struct) { in __anon42d92ccd5302() argument605 return ExampleFunctionContract(example_struct); in __anon42d92ccd5302()
1405 std::string example_struct("struct light {\n" in test_shader_compilation() local1413 shader_source = example_struct; in test_shader_compilation()1480 std::string example_struct("struct light {\n" in test_shader_compilation() local1488 shader_source = example_struct; in test_shader_compilation()1514 std::string example_struct("struct light {\n" in test_shader_compilation() local1522 shader_source = example_struct; in test_shader_compilation()2728 std::string example_struct("struct light {\n" in test_shader_compilation() local2733 std::string shader_source = example_struct + shader_start; in test_shader_compilation()