Home | History | Annotate | Download | only in client

Lines Matching refs:submit_count

3041       GL_ANY_SAMPLES_PASSED_EXT, query->submit_count());
3054 base::subtle::Atomic32 old_submit_count = query->submit_count();
3056 EXPECT_NE(old_submit_count, query->submit_count());
3058 GL_ANY_SAMPLES_PASSED_EXT, query->submit_count());
3111 GL_GET_ERROR_QUERY_CHROMIUM, query->submit_count());