HomeSort by relevance Sort by last modified time
    Searched refs:supports (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/webkit/Source/WebCore/platform/graphics/qt/
Extensions3DQt.cpp 45 bool Extensions3DQt::supports(const String&) function in class:WebCore::Extensions3DQt
52 ASSERT(supports(name));
57 return supports(name);
Extensions3DQt.h 38 virtual bool supports(const String&);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageFullScreenClient.cpp 48 bool supports = true;
49 page->sendSync(Messages::WebFullScreenManagerProxy::SupportsFullScreen(withKeyboard), supports); local
50 return supports;
  /external/webkit/Source/WebKit2/UIProcess/
WebFullScreenManagerProxy.cpp 102 void WebFullScreenManagerProxy::supportsFullScreen(bool withKeyboard, bool& supports)
105 supports = false;
107 supports = true;
  /external/webkit/Source/WebCore/platform/graphics/opengl/
Extensions3DOpenGL.h 42 virtual bool supports(const String&);
Extensions3DOpenGL.cpp 54 bool Extensions3DOpenGL::supports(const String& name) function in class:WebCore::Extensions3DOpenGL
84 // Desktop GL always supports GL_OES_rgb8_rgba8.
97 // Desktop GL always supports the standard derivative functions
117 ASSERT_UNUSED(name, supports(name));
129 return supports(name);
  /device/moto/stingray/
generic_stingray.mk 1 # Add CameraBrowser for testing PTP support until Gallery supports it
  /external/webkit/Source/WebCore/platform/graphics/
Extensions3D.h 62 virtual bool supports(const String&) = 0;
66 // extension names for which supports returns true.
  /build/tools/droiddoc/templates-sdk/assets/
customizations.js 5 + "and be compiled against a version of the Android library that supports an equal or higher API Level. To reveal this "
  /external/webkit/Source/WebCore/platform/graphics/chromium/
Extensions3DChromium.h 44 virtual bool supports(const String&);
DrawingBufferChromium.cpp 94 if (!m_context->getExtensions()->supports("GL_CHROMIUM_copy_texture_to_parent_texture")) {
  /ndk/build/core/
add-platform.mk 24 $(call ndk_log,PLATFORM $(_platform) supports: $(_abis))
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 44 bool multisampleSupported = extensions->supports("GL_ANGLE_framebuffer_blit") && extensions->supports("GL_ANGLE_framebuffer_multisample") && extensions->supports("GL_OES_rgb8_rgba8");
50 bool packedDepthStencilSupported = extensions->supports("GL_OES_packed_depth_stencil");
  /bionic/libc/tzcode/
private.h 145 Please use a compiler that supports a 64-bit integer type (or wider);
  /external/icu4c/tools/tzcode/
private.h 143 Please use a compiler that supports a 64-bit integer type (or wider);
  /external/webkit/Source/WebKit/chromium/src/
Extensions3DChromium.cpp 46 bool Extensions3DChromium::supports(const String& name) function in class:WebCore::Extensions3DChromium
  /system/core/libcutils/
private.h 149 Please use a compiler that supports a 64-bit integer type (or wider);
  /build/target/board/generic/
BoardConfig.mk 12 # Technically, the emulator supports ARMv7-A _and_ NEON instructions, but
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 29 in a central configuration file. Dnsmasq supports static and dynamic DHCP
  /external/webkit/LayoutTests/dom/html/level2/events/
createEvent02.js 81 Only applicable if implementation supports MutationEvents.
createEvent03.js 81 Only applicable if implementation supports the "UIEvents" feature.
createEvent04.js 81 Only applicable if implementation supports the "UIEvents" feature.
createEvent05.js 81 Only applicable if implementation supports the "HTMLEvents" feature.
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLBodyElement07.js 81 * @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
HTMLBodyElement08.js 81 * @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports

Completed in 1781 milliseconds

1 2 3 4 5