Searched defs:callback_counter (Results 1 – 2 of 2) sorted by relevance
193 std::atomic<int> callback_counter = 0; in TEST() local255 int callback_counter = 0; in TEST() local
1283 GLuint callback_counter = 0; in iterate() local1854 void ReceivingMessagesTest::inspectCallbackCounter(GLuint &callback_counter, GLuint expected_number… in inspectCallbackCounter()