Home | History | Annotate | Download | only in client

Lines Matching refs:BeginQueryEXT

2996   // Test BeginQueryEXT fails if id = 0.
2997 gl_->BeginQueryEXT(GL_ANY_SAMPLES_PASSED_EXT, 0);
3001 // Test BeginQueryEXT inserts command.
3003 cmds::BeginQueryEXT begin_query;
3007 gl_->BeginQueryEXT(GL_ANY_SAMPLES_PASSED_EXT, id1);
3024 // Test BeginQueryEXT fails if between Begin/End.
3025 gl_->BeginQueryEXT(GL_ANY_SAMPLES_PASSED_EXT, id2);
3055 gl_->BeginQueryEXT(GL_ANY_SAMPLES_PASSED_EXT, id1);
3064 // Test BeginQueryEXT fails if target changed.
3066 gl_->BeginQueryEXT(GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT, id1);
3096 // Test BeginQueryEXT does NOT insert commands.
3097 gl_->BeginQueryEXT(GL_GET_ERROR_QUERY_CHROMIUM, id);
3104 cmds::BeginQueryEXT begin_query;
3129 gl_->BeginQueryEXT(GL_GET_ERROR_QUERY_CHROMIUM, id);