Searched refs:dispatch_table_size_was_queried (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp56 static bool dispatch_table_size_was_queried = false; variable in typeref:typename:bool
61 dispatch_table_size_was_queried = true;
733 dispatch_table_size_was_queried = false;
739 EXPECT_FALSE(dispatch_table_size_was_queried);
741 EXPECT_TRUE(dispatch_table_size_was_queried);
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp58 static bool dispatch_table_size_was_queried = false; variable in typeref:typename:bool
63 dispatch_table_size_was_queried = true;
735 dispatch_table_size_was_queried = false;
741 EXPECT_FALSE(dispatch_table_size_was_queried);
743 EXPECT_TRUE(dispatch_table_size_was_queried);

Completed in 12 milliseconds