Searched refs:example_struct (Results 1 – 3 of 3) sorted by relevance
662 struct example_struct { struct671 struct example_struct es1; in test_evutil_upcast() argument677 tt_int_op(evutil_offsetof(struct example_struct, b), ==, sizeof(char*)); in test_evutil_upcast()680 tt_ptr_op(EVUTIL_UPCAST(cp, struct example_struct, b), ==, &es1); in test_evutil_upcast()
1339 std::string example_struct("struct light {\n" in test_shader_compilation() local1347 shader_source = example_struct; in test_shader_compilation()1414 std::string example_struct("struct light {\n" in test_shader_compilation() local1422 shader_source = example_struct; in test_shader_compilation()1448 std::string example_struct("struct light {\n" in test_shader_compilation() local1456 shader_source = example_struct; in test_shader_compilation()2662 std::string example_struct("struct light {\n" in test_shader_compilation() local2667 std::string shader_source = example_struct + shader_start; in test_shader_compilation()
93 example_struct {