Home | History | Annotate | Download | only in tests

Lines Matching defs:table_entries

68    const unsigned table_entries = sizeof(struct _glapi_table) / sizeof(void *);
70 EXPECT_GE(table_entries, 408u);
75 const unsigned table_entries = sizeof(struct _glapi_table) / sizeof(void *);
103 EXPECT_GE(table_entries, 978u - 6u - 1u - 2u - 13u - 7u - 2u);
108 const unsigned table_entries = sizeof(struct _glapi_table) / sizeof(void *);
114 EXPECT_LT(table_entries, _glapi_get_dispatch_table_size());