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 __anona1f47a8c5302() argument605 return ExampleFunctionContract(example_struct); in __anona1f47a8c5302()
1341 std::string example_struct("struct light {\n" in test_shader_compilation() local1349 shader_source = example_struct; in test_shader_compilation()1416 std::string example_struct("struct light {\n" in test_shader_compilation() local1424 shader_source = example_struct; in test_shader_compilation()1450 std::string example_struct("struct light {\n" in test_shader_compilation() local1458 shader_source = example_struct; in test_shader_compilation()2664 std::string example_struct("struct light {\n" in test_shader_compilation() local2669 std::string shader_source = example_struct + shader_start; in test_shader_compilation()