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

1234

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DEXTBlendMinMax.cpp31 bool EXTBlendMinMax::supported(WebGLRenderingContextBase* context) function in class:blink::EXTBlendMinMax
H A DEXTFragDepth.cpp52 bool EXTFragDepth::supported(WebGLRenderingContextBase* context) function in class:blink::EXTFragDepth
H A DEXTShaderTextureLOD.cpp31 bool EXTShaderTextureLOD::supported(WebGLRenderingContextBase* context) function in class:blink::EXTShaderTextureLOD
H A DEXTTextureFilterAnisotropic.cpp52 bool EXTTextureFilterAnisotropic::supported(WebGLRenderingContextBase* context) function in class:blink::EXTTextureFilterAnisotropic
H A DOESElementIndexUint.cpp52 bool OESElementIndexUint::supported(WebGLRenderingContextBase* context) function in class:blink::OESElementIndexUint
H A DOESStandardDerivatives.cpp52 bool OESStandardDerivatives::supported(WebGLRenderingContextBase* context) function in class:blink::OESStandardDerivatives
H A DOESTextureFloat.cpp56 bool OESTextureFloat::supported(WebGLRenderingContextBase* context) function in class:blink::OESTextureFloat
H A DOESTextureFloatLinear.cpp52 bool OESTextureFloatLinear::supported(WebGLRenderingContextBase* context) function in class:blink::OESTextureFloatLinear
H A DOESTextureHalfFloat.cpp52 bool OESTextureHalfFloat::supported(WebGLRenderingContextBase* context) function in class:blink::OESTextureHalfFloat
H A DOESTextureHalfFloatLinear.cpp52 bool OESTextureHalfFloatLinear::supported(WebGLRenderingContextBase* context) function in class:blink::OESTextureHalfFloatLinear
H A DWebGLCompressedTextureATC.cpp54 bool WebGLCompressedTextureATC::supported(WebGLRenderingContextBase* context) function in class:blink::WebGLCompressedTextureATC
H A DWebGLCompressedTexturePVRTC.cpp57 bool WebGLCompressedTexturePVRTC::supported(WebGLRenderingContextBase* context) function in class:blink::WebGLCompressedTexturePVRTC
H A DWebGLDebugRendererInfo.cpp51 bool WebGLDebugRendererInfo::supported(WebGLRenderingContextBase*) function in class:blink::WebGLDebugRendererInfo
H A DOESVertexArrayObject.cpp109 bool OESVertexArrayObject::supported(WebGLRenderingContextBase* context) function in class:blink::OESVertexArrayObject
H A DWebGLCompressedTextureETC1.cpp33 bool WebGLCompressedTextureETC1::supported(WebGLRenderingContextBase* context) function in class:blink::WebGLCompressedTextureETC1
H A DWebGLCompressedTextureS3TC.cpp57 bool WebGLCompressedTextureS3TC::supported(WebGLRenderingContextBase* context) function in class:blink::WebGLCompressedTextureS3TC
H A DWebGLDebugShaders.cpp63 bool WebGLDebugShaders::supported(WebGLRenderingContextBase* context) function in class:blink::WebGLDebugShaders
H A DWebGLDepthTexture.cpp52 bool WebGLDepthTexture::supported(WebGLRenderingContextBase* context) function in class:blink::WebGLDepthTexture
H A DWebGLLoseContext.cpp71 bool WebGLLoseContext::supported(WebGLRenderingContextBase*) function in class:blink::WebGLLoseContext
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DSRGBTextureTest.cpp29 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/
H A Dvoe_audio_processing_unittest.cc51 bool supported = VoEAudioProcessing::DriftCompensationSupported(); local
52 if (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/deqp/modules/gles2/functional/
H A Des2fNegativeTextureApiTests.cpp73 static void getCompressedTexSubImage2DFormat(const vector<deInt32>& supported, vector<deInt32>& accepted) argument
75 // Find a supported compressed texture format that is accepted by compressedTexSubImage2D()
87 for (int i = 0; i < (int)supported.size(); i++)
89 vector<deInt32>::const_iterator fmt = std::find(supported.begin(), supported.end(), compressedTexSubImage2DFormats[i]);
90 if (fmt != supported.end())
156 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
163 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
1965 vector<deInt32> supported;
1967 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, 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

Completed in 7558 milliseconds

1234