Searched defs:supported (Results 1 - 25 of 75) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLDebugRendererInfo.cpp52 bool WebGLDebugRendererInfo::supported(WebGLRenderingContext*) function in class:WebCore::WebGLDebugRendererInfo
H A DEXTFragDepth.cpp55 bool EXTFragDepth::supported(WebGLRenderingContext* context) function in class:WebCore::EXTFragDepth
H A DEXTTextureFilterAnisotropic.cpp54 bool EXTTextureFilterAnisotropic::supported(WebGLRenderingContext* context) function in class:WebCore::EXTTextureFilterAnisotropic
H A DOESElementIndexUint.cpp54 bool OESElementIndexUint::supported(WebGLRenderingContext* context) function in class:WebCore::OESElementIndexUint
H A DOESStandardDerivatives.cpp54 bool OESStandardDerivatives::supported(WebGLRenderingContext* context) function in class:WebCore::OESStandardDerivatives
H A DOESTextureFloat.cpp54 bool OESTextureFloat::supported(WebGLRenderingContext* context) function in class:WebCore::OESTextureFloat
H A DOESTextureFloatLinear.cpp55 bool OESTextureFloatLinear::supported(WebGLRenderingContext* context) function in class:WebCore::OESTextureFloatLinear
H A DOESTextureHalfFloat.cpp54 bool OESTextureHalfFloat::supported(WebGLRenderingContext* context) function in class:WebCore::OESTextureHalfFloat
H A DOESTextureHalfFloatLinear.cpp55 bool OESTextureHalfFloatLinear::supported(WebGLRenderingContext* context) function in class:WebCore::OESTextureHalfFloatLinear
H A DOESVertexArrayObject.cpp113 bool OESVertexArrayObject::supported(WebGLRenderingContext* context) function in class:WebCore::OESVertexArrayObject
H A DWebGLCompressedTextureATC.cpp57 bool WebGLCompressedTextureATC::supported(WebGLRenderingContext* context) function in class:WebCore::WebGLCompressedTextureATC
H A DWebGLCompressedTexturePVRTC.cpp59 bool WebGLCompressedTexturePVRTC::supported(WebGLRenderingContext* context) function in class:WebCore::WebGLCompressedTexturePVRTC
H A DWebGLCompressedTextureS3TC.cpp59 bool WebGLCompressedTextureS3TC::supported(WebGLRenderingContext* context) function in class:WebCore::WebGLCompressedTextureS3TC
H A DWebGLDebugShaders.cpp65 bool WebGLDebugShaders::supported(WebGLRenderingContext* context) function in class:WebCore::WebGLDebugShaders
H A DWebGLDepthTexture.cpp55 bool WebGLDepthTexture::supported(WebGLRenderingContext* context) function in class:WebCore::WebGLDepthTexture
H A DWebGLLoseContext.cpp72 bool WebGLLoseContext::supported(WebGLRenderingContext*) function in class:WebCore::WebGLLoseContext
H A DANGLEInstancedArrays.cpp61 bool ANGLEInstancedArrays::supported(WebGLRenderingContext* context) function in class:WebCore::ANGLEInstancedArrays
H A DWebGLDrawBuffers.cpp56 bool WebGLDrawBuffers::supported(WebGLRenderingContext* context) function in class:WebCore::WebGLDrawBuffers
107 // This is called after we make sure GL_EXT_draw_buffers is supported.
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DSupportedParser.java48 * @param supported the header to parse
50 public SupportedParser(String supported) { argument
51 super(supported);
77 Supported supported = new Supported();
78 supported.setHeaderName(SIPHeaderNames.SUPPORTED);
83 supported.setOptionTag(token.getTokenValue());
86 supportedList.add(supported);
92 supported = new Supported();
97 supported.setOptionTag(token.getTokenValue());
100 supportedList.add(supported);
[all...]
/external/smack/src/org/jivesoftware/smack/compression/
H A DJava7ZlibInputOutputStream.java40 private final static boolean supported; field in class:Java7ZlibInputOutputStream
51 supported = (method != null);
60 return supported;
97 if (!supported) {
/external/stlport/test/unit/cppunit/
H A Dcppunit_timer.h86 static bool supported() { function in class:Timer
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_model.cc78 void SearchModel::SetVoiceSearchSupported(bool supported) { argument
83 if (state_.voice_search_supported == supported)
87 state_.voice_search_supported = supported;
/external/chromium/chrome/browser/
H A Dcommand_updater.cc61 bool supported = SupportsCommand(id); local
62 if (supported)
/external/chromium_org/chrome/browser/
H A Dcommand_updater.cc84 bool supported = SupportsCommand(id); local
85 if (supported)
/external/openssh/
H A Dauth2-gss.c65 gss_OID_set supported; local
76 debug("Mechanism negotiation is not supported");
80 ssh_gssapi_supported_oids(&supported);
94 gss_test_oid_set_member(&ms, &goid, supported,
101 gss_release_oid_set(&ms, &supported);

Completed in 1928 milliseconds

123