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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
EXTFragDepth.cpp 55 bool EXTFragDepth::supported(WebGLRenderingContext* context) function in class:WebCore::EXTFragDepth
EXTTextureFilterAnisotropic.cpp 54 bool EXTTextureFilterAnisotropic::supported(WebGLRenderingContext* context) function in class:WebCore::EXTTextureFilterAnisotropic
OESElementIndexUint.cpp 54 bool OESElementIndexUint::supported(WebGLRenderingContext* context) function in class:WebCore::OESElementIndexUint
OESStandardDerivatives.cpp 54 bool OESStandardDerivatives::supported(WebGLRenderingContext* context) function in class:WebCore::OESStandardDerivatives
OESTextureFloat.cpp 54 bool OESTextureFloat::supported(WebGLRenderingContext* context) function in class:WebCore::OESTextureFloat
OESTextureFloatLinear.cpp 55 bool OESTextureFloatLinear::supported(WebGLRenderingContext* context) function in class:WebCore::OESTextureFloatLinear
OESTextureHalfFloat.cpp 54 bool OESTextureHalfFloat::supported(WebGLRenderingContext* context) function in class:WebCore::OESTextureHalfFloat
OESTextureHalfFloatLinear.cpp 55 bool OESTextureHalfFloatLinear::supported(WebGLRenderingContext* context) function in class:WebCore::OESTextureHalfFloatLinear
WebGLCompressedTextureATC.cpp 57 bool WebGLCompressedTextureATC::supported(WebGLRenderingContext* context) function in class:WebCore::WebGLCompressedTextureATC
WebGLCompressedTexturePVRTC.cpp 59 bool WebGLCompressedTexturePVRTC::supported(WebGLRenderingContext* context) function in class:WebCore::WebGLCompressedTexturePVRTC
WebGLCompressedTextureS3TC.cpp 59 bool WebGLCompressedTextureS3TC::supported(WebGLRenderingContext* context) function in class:WebCore::WebGLCompressedTextureS3TC
WebGLDebugRendererInfo.cpp 52 bool WebGLDebugRendererInfo::supported(WebGLRenderingContext*) function in class:WebCore::WebGLDebugRendererInfo
WebGLDebugShaders.cpp 65 bool WebGLDebugShaders::supported(WebGLRenderingContext* context) function in class:WebCore::WebGLDebugShaders
WebGLDepthTexture.cpp 55 bool WebGLDepthTexture::supported(WebGLRenderingContext* context) function in class:WebCore::WebGLDepthTexture
ANGLEInstancedArrays.cpp 61 bool ANGLEInstancedArrays::supported(WebGLRenderingContext* context) function in class:WebCore::ANGLEInstancedArrays
OESVertexArrayObject.cpp 113 bool OESVertexArrayObject::supported(WebGLRenderingContext* context) function in class:WebCore::OESVertexArrayObject
WebGLLoseContext.cpp 72 bool WebGLLoseContext::supported(WebGLRenderingContext*) function in class:WebCore::WebGLLoseContext
WebGLDrawBuffers.cpp 56 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/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/smack/src/org/jivesoftware/smack/compression/
Java7ZlibInputOutputStream.java 40 private final static boolean supported; field in class:Java7ZlibInputOutputStream
51 supported = (method != null);
60 return supported;
97 if (!supported) {
  /external/stlport/test/unit/cppunit/
cppunit_timer.h 86 static bool supported() { function in class:Timer
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_timer.h 86 static bool supported() { function in class:Timer
  /ndk/tests/device/test-stlport/unit/cppunit/
cppunit_timer.h 86 static bool supported() { function in class:Timer
  /external/chromium/chrome/browser/
command_updater.cc 61 bool supported = SupportsCommand(id); local
62 if (supported)

Completed in 235 milliseconds

1 2 3 4 5