GL_SCISSOR_TEST    74 android_webview/browser/scoped_app_gl_state_restore.cc       glGetBooleanv(GL_SCISSOR_TEST, &scissor_test_);
GL_SCISSOR_TEST   219 android_webview/browser/scoped_app_gl_state_restore.cc       GLEnableDisable(GL_SCISSOR_TEST, scissor_test_);
GL_SCISSOR_TEST  2023 cc/output/gl_renderer.cc   GLC(gl_, gl_->Enable(GL_SCISSOR_TEST));
GL_SCISSOR_TEST  2032 cc/output/gl_renderer.cc   GLC(gl_, gl_->Disable(GL_SCISSOR_TEST));
GL_SCISSOR_TEST  3054 cc/output/gl_renderer.cc   GLC(gl_, gl_->Disable(GL_SCISSOR_TEST));
GL_SCISSOR_TEST   978 cc/output/gl_renderer_unittest.cc     if (cap == GL_SCISSOR_TEST)
GL_SCISSOR_TEST   983 cc/output/gl_renderer_unittest.cc     if (cap == GL_SCISSOR_TEST)
GL_SCISSOR_TEST  1362 cc/output/renderer_pixeltest.cc     gl->Enable(GL_SCISSOR_TEST);
GL_SCISSOR_TEST  4118 cc/trees/layer_tree_host_impl_unittest.cc     EXPECT_CALL(*context_, enable(GL_SCISSOR_TEST))
GL_SCISSOR_TEST  4127 cc/trees/layer_tree_host_impl_unittest.cc     EXPECT_CALL(*context_, disable(GL_SCISSOR_TEST))
GL_SCISSOR_TEST  4130 cc/trees/layer_tree_host_impl_unittest.cc     EXPECT_CALL(*context_, enable(GL_SCISSOR_TEST))
GL_SCISSOR_TEST   410 content/shell/renderer/test_runner/TestPlugin.cpp     m_context->disable(GL_SCISSOR_TEST);
GL_SCISSOR_TEST    73 gpu/command_buffer/client/client_context_state_impl_autogen.h     case GL_SCISSOR_TEST:
GL_SCISSOR_TEST   112 gpu/command_buffer/client/client_context_state_impl_autogen.h     case GL_SCISSOR_TEST:
GL_SCISSOR_TEST  2838 gpu/command_buffer/client/gles2_implementation_unittest.cc     GL_SCISSOR_TEST,
GL_SCISSOR_TEST   153 gpu/command_buffer/common/gles2_cmd_utils.cc     case GL_SCISSOR_TEST:
GL_SCISSOR_TEST   851 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       {GL_SCISSOR_TEST, "GL_SCISSOR_TEST"},
GL_SCISSOR_TEST  1057 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       {GL_SCISSOR_TEST, "GL_SCISSOR_TEST"},
GL_SCISSOR_TEST    95 gpu/command_buffer/service/context_state_impl_autogen.h   EnableDisable(GL_SCISSOR_TEST, enable_flags.scissor_test);
GL_SCISSOR_TEST   158 gpu/command_buffer/service/context_state_impl_autogen.h     case GL_SCISSOR_TEST:
GL_SCISSOR_TEST   476 gpu/command_buffer/service/context_state_impl_autogen.h     case GL_SCISSOR_TEST:
GL_SCISSOR_TEST   801 gpu/command_buffer/service/context_state_impl_autogen.h     case GL_SCISSOR_TEST:
GL_SCISSOR_TEST   414 gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc     glDisable(GL_SCISSOR_TEST);
GL_SCISSOR_TEST  1938 gpu/command_buffer/service/gles2_cmd_decoder.cc   glDisable(GL_SCISSOR_TEST);
GL_SCISSOR_TEST  1960 gpu/command_buffer/service/gles2_cmd_decoder.cc     glEnable(GL_SCISSOR_TEST);
GL_SCISSOR_TEST  3063 gpu/command_buffer/service/gles2_cmd_decoder.cc       glDisable(GL_SCISSOR_TEST);
GL_SCISSOR_TEST  3572 gpu/command_buffer/service/gles2_cmd_decoder.cc     glDisable(GL_SCISSOR_TEST);
GL_SCISSOR_TEST  3850 gpu/command_buffer/service/gles2_cmd_decoder.cc     EnableDisable(GL_SCISSOR_TEST, state_.enable_flags.scissor_test);
GL_SCISSOR_TEST  5027 gpu/command_buffer/service/gles2_cmd_decoder.cc   glDisable(GL_SCISSOR_TEST);
GL_SCISSOR_TEST  5053 gpu/command_buffer/service/gles2_cmd_decoder.cc     glEnable(GL_SCISSOR_TEST);
GL_SCISSOR_TEST  5230 gpu/command_buffer/service/gles2_cmd_decoder.cc   glDisable(GL_SCISSOR_TEST);
GL_SCISSOR_TEST  5233 gpu/command_buffer/service/gles2_cmd_decoder.cc   EnableDisable(GL_SCISSOR_TEST, state_.enable_flags.scissor_test);
GL_SCISSOR_TEST  5470 gpu/command_buffer/service/gles2_cmd_decoder.cc   glGetBooleanv(GL_SCISSOR_TEST, &scissor_enabled);
GL_SCISSOR_TEST  5472 gpu/command_buffer/service/gles2_cmd_decoder.cc     glDisable(GL_SCISSOR_TEST);
GL_SCISSOR_TEST  5505 gpu/command_buffer/service/gles2_cmd_decoder.cc     glEnable(GL_SCISSOR_TEST);
GL_SCISSOR_TEST  7803 gpu/command_buffer/service/gles2_cmd_decoder.cc     glDisable(GL_SCISSOR_TEST);
GL_SCISSOR_TEST  9075 gpu/command_buffer/service/gles2_cmd_decoder.cc           glDisable(GL_SCISSOR_TEST);
GL_SCISSOR_TEST  3462 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     case GL_SCISSOR_TEST:
GL_SCISSOR_TEST  3317 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   enable_cmd.Init(GL_SCISSOR_TEST);
GL_SCISSOR_TEST  7283 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_CALL(*gl_, Disable(GL_SCISSOR_TEST))
GL_SCISSOR_TEST    23 gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h   ExpectEnableDisable(GL_SCISSOR_TEST, false);
GL_SCISSOR_TEST   504 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc     EXPECT_CALL(*gl_, Enable(GL_SCISSOR_TEST))
GL_SCISSOR_TEST   560 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc   EXPECT_CALL(*gl_, Disable(GL_SCISSOR_TEST))
GL_SCISSOR_TEST   689 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc     EXPECT_CALL(*gl_, Enable(GL_SCISSOR_TEST))
GL_SCISSOR_TEST   693 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc     EXPECT_CALL(*gl_, Disable(GL_SCISSOR_TEST))
GL_SCISSOR_TEST    34 gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h     GL_SAMPLE_COVERAGE, GL_SCISSOR_TEST,        GL_STENCIL_TEST, };
GL_SCISSOR_TEST   169 gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h     GL_SCISSOR_TEST,
GL_SCISSOR_TEST   260 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc     glEnableDisable(GL_SCISSOR_TEST, setting);
GL_SCISSOR_TEST   274 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc     EXPECT_EQ(setting, glIsEnabled(GL_SCISSOR_TEST));