Searched refs:IsEnabled (Results 226 - 250 of 260) sorted by relevance

1234567891011

/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.cc142 extensions::FeatureSwitch::extension_action_redesign()->IsEnabled();
/external/chromium_org/content/browser/tracing/
H A Dtracing_controller_impl.cc175 is_recording_(TraceLog::GetInstance()->IsEnabled()),
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_autogen.h276 virtual GLboolean IsEnabled(GLenum cap) OVERRIDE;
H A Dgles2_interface_autogen.h195 virtual GLboolean IsEnabled(GLenum cap) = 0;
H A Dgles2_interface_stub_autogen.h205 virtual GLboolean IsEnabled(GLenum cap) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h205 virtual GLboolean IsEnabled(GLenum cap) OVERRIDE;
H A Dgles2_implementation.cc667 GLboolean GLES2Implementation::IsEnabled(GLenum cap) { function in class:gpu::gles2::GLES2Implementation
673 typedef cmds::IsEnabled::Result Result;
679 helper_->IsEnabled(cap, GetResultShmId(), GetResultShmOffset());
H A Dgles2_c_lib_autogen.h361 return gles2::GetGLContext()->IsEnabled(cap);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h336 GLboolean (GLAPIENTRY * IsEnabled)(GLenum); member in struct:__GLdispatchTableRec
/external/chromium_org/v8/src/
H A Dassembler.h78 bool IsEnabled(CpuFeature f) { function in class:v8::internal::AssemblerBase
/external/lldb/source/Target/
H A DProcess.cpp2023 if (bp_site_sp->IsEnabled())
2041 if (!bp_site_sp->IsEnabled())
2150 if (bp_site->IsEnabled())
2233 else if (bp_site->IsEnabled())
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h336 GLboolean (GLAPIENTRY * IsEnabled)(GLenum); member in struct:__GLdispatchTableRec
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_array.spec95 Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, by
/external/mesa3d/docs/
H A DMESA_texture_array.spec95 Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, by
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_settings_handler.cc1113 DCHECK(FeatureSwitch::scripts_require_action()->IsEnabled());
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c532 return glGetInterfacePPAPI()->IsEnabled(glGetCurrentContextPPAPI(), cap);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h572 #define glIsEnabled GLES2_GET_FUN(IsEnabled)
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp852 { "glIsEnabled", _O(IsEnabled) },
/external/chromium_org/v8/src/compiler/x64/
H A Dcode-generator-x64.cc434 if (CpuFeatures::IsSupported(SAHF) && masm()->IsEnabled(SAHF)) {
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc549 DELEGATE_TO_GL_1RB(isEnabled, IsEnabled, WGC3Denum, WGC3Dboolean)
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp852 { "glIsEnabled", _O(IsEnabled) },
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h3844 struct IsEnabled { struct
3845 typedef IsEnabled ValueType;
3880 COMPILE_ASSERT(sizeof(IsEnabled) == 16, Sizeof_IsEnabled_is_not_16);
3881 COMPILE_ASSERT(offsetof(IsEnabled, header) == 0,
3883 COMPILE_ASSERT(offsetof(IsEnabled, cap) == 4, OffsetOf_IsEnabled_cap_not_4);
3884 COMPILE_ASSERT(offsetof(IsEnabled, result_shm_id) == 8,
3886 COMPILE_ASSERT(offsetof(IsEnabled, result_shm_offset) == 12,
H A Dgles2_cmd_format_test_autogen.h1269 TEST_F(GLES2FormatTest, IsEnabled) {
1270 cmds::IsEnabled& cmd = *GetBufferAs<cmds::IsEnabled>();
1275 EXPECT_EQ(static_cast<uint32_t>(cmds::IsEnabled::kCmdId), cmd.header.command);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_autogen.h1435 const gles2::cmds::IsEnabled& c =
1436 *static_cast<const gles2::cmds::IsEnabled*>(cmd_data);
1439 typedef cmds::IsEnabled::Result Result;
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc606 !local_discovery::PrivetNotificationService::IsEnabled());

Completed in 772 milliseconds

1234567891011