HomeSort by relevance Sort by last modified time
    Searched defs:supported (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
EXTBlendMinMax.cpp 31 bool EXTBlendMinMax::supported(WebGLRenderingContextBase* context) function in class:blink::EXTBlendMinMax
EXTFragDepth.cpp 52 bool EXTFragDepth::supported(WebGLRenderingContextBase* context) function in class:blink::EXTFragDepth
EXTShaderTextureLOD.cpp 31 bool EXTShaderTextureLOD::supported(WebGLRenderingContextBase* context) function in class:blink::EXTShaderTextureLOD
EXTTextureFilterAnisotropic.cpp 52 bool EXTTextureFilterAnisotropic::supported(WebGLRenderingContextBase* context) function in class:blink::EXTTextureFilterAnisotropic
OESElementIndexUint.cpp 52 bool OESElementIndexUint::supported(WebGLRenderingContextBase* context) function in class:blink::OESElementIndexUint
OESStandardDerivatives.cpp 52 bool OESStandardDerivatives::supported(WebGLRenderingContextBase* context) function in class:blink::OESStandardDerivatives
OESTextureFloat.cpp 56 bool OESTextureFloat::supported(WebGLRenderingContextBase* context) function in class:blink::OESTextureFloat
OESTextureFloatLinear.cpp 52 bool OESTextureFloatLinear::supported(WebGLRenderingContextBase* context) function in class:blink::OESTextureFloatLinear
OESTextureHalfFloat.cpp 52 bool OESTextureHalfFloat::supported(WebGLRenderingContextBase* context) function in class:blink::OESTextureHalfFloat
OESTextureHalfFloatLinear.cpp 52 bool OESTextureHalfFloatLinear::supported(WebGLRenderingContextBase* context) function in class:blink::OESTextureHalfFloatLinear
WebGLCompressedTextureATC.cpp 54 bool WebGLCompressedTextureATC::supported(WebGLRenderingContextBase* context) function in class:blink::WebGLCompressedTextureATC
WebGLCompressedTextureETC1.cpp 33 bool WebGLCompressedTextureETC1::supported(WebGLRenderingContextBase* context) function in class:blink::WebGLCompressedTextureETC1
WebGLCompressedTexturePVRTC.cpp 57 bool WebGLCompressedTexturePVRTC::supported(WebGLRenderingContextBase* context) function in class:blink::WebGLCompressedTexturePVRTC
WebGLCompressedTextureS3TC.cpp 57 bool WebGLCompressedTextureS3TC::supported(WebGLRenderingContextBase* context) function in class:blink::WebGLCompressedTextureS3TC
WebGLDebugRendererInfo.cpp 51 bool WebGLDebugRendererInfo::supported(WebGLRenderingContextBase*) function in class:blink::WebGLDebugRendererInfo
WebGLDebugShaders.cpp 63 bool WebGLDebugShaders::supported(WebGLRenderingContextBase* context) function in class:blink::WebGLDebugShaders
WebGLDepthTexture.cpp 52 bool WebGLDepthTexture::supported(WebGLRenderingContextBase* context) function in class:blink::WebGLDepthTexture
ANGLEInstancedArrays.cpp 59 bool ANGLEInstancedArrays::supported(WebGLRenderingContextBase* context) function in class:blink::ANGLEInstancedArrays
OESVertexArrayObject.cpp 109 bool OESVertexArrayObject::supported(WebGLRenderingContextBase* context) function in class:blink::OESVertexArrayObject
WebGLLoseContext.cpp 71 bool WebGLLoseContext::supported(WebGLRenderingContextBase*) function in class:blink::WebGLLoseContext
  /external/chromium_org/third_party/angle/tests/angle_tests/
SRGBTextureTest.cpp 29 bool supported = extensionEnabled("GL_EXT_sRGB") || getClientVersion() == 3; local
37 if (supported)
57 bool supported = extensionEnabled("GL_EXT_sRGB") || getClientVersion() == 3; local
65 if (supported)
92 bool supported = extensionEnabled("GL_EXT_sRGB") || getClientVersion() == 3; local
99 if (supported)
121 if (supported)
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_audio_processing_unittest.cc 51 bool supported = VoEAudioProcessing::DriftCompensationSupported(); local
52 if (supported) {
  /external/chromium_org/chrome/browser/
command_updater.cc 84 bool supported = SupportsCommand(id); local
85 if (supported)
  /external/nist-sip/java/gov/nist/javax/sip/parser/
SupportedParser.java 33 * Parser for Supported header.
48 * @param supported the header to parse
50 public SupportedParser(String supported) {
51 super(supported);
64 * @return SIPHeader (Supported object)
73 headerName(TokenTypes.SUPPORTED);
77 Supported supported = new Supported(); local
78 supported.setHeaderName(SIPHeaderNames.SUPPORTED)
    [all...]
  /external/chromium_org/content/common/
appcache_interfaces.cc 115 bool supported = url.SchemeIs(kHttpScheme) || url.SchemeIs(kHttpsScheme) || local
125 // supported |= url.SchemeIsFile();
127 return supported;

Completed in 1230 milliseconds

1 2 3 4