glIsEnabled      1047 gpu/command_buffer/client/gles2_c_lib_autogen.h     {"glIsEnabled", reinterpret_cast<GLES2FunctionPointer>(glIsEnabled), },
glIsEnabled       273 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc     EXPECT_EQ(setting, glIsEnabled(GL_DEPTH_TEST));
glIsEnabled       274 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc     EXPECT_EQ(setting, glIsEnabled(GL_SCISSOR_TEST));
glIsEnabled       275 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc     EXPECT_EQ(setting, glIsEnabled(GL_STENCIL_TEST));
glIsEnabled       276 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc     EXPECT_EQ(setting, glIsEnabled(GL_CULL_FACE));
glIsEnabled       277 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc     EXPECT_EQ(setting, glIsEnabled(GL_BLEND));
glIsEnabled       791 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     return glIsEnabled(cap);
glIsEnabled       721 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL GLboolean    GL_APIENTRY glIsEnabled (GLenum cap);
glIsEnabled       460 third_party/khronos/GLES2/gl2.h GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap);