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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl 33 WebGLRenderingContext implements WebGLRenderingContextBase;
WebGLDrawBuffers.h 38 static PassRefPtrWillBeRawPtr<WebGLDrawBuffers> create(WebGLRenderingContextBase*);
39 static bool supported(WebGLRenderingContextBase*);
48 explicit WebGLDrawBuffers(WebGLRenderingContextBase*);
50 static bool satisfiesWebGLRequirements(WebGLRenderingContextBase*);
WebGLLoseContext.h 35 class WebGLRenderingContextBase;
40 static PassRefPtrWillBeRawPtr<WebGLLoseContext> create(WebGLRenderingContextBase*);
41 static bool supported(WebGLRenderingContextBase*);
52 explicit WebGLLoseContext(WebGLRenderingContextBase*);
WebGLContextGroup.h 29 #include "core/html/canvas/WebGLRenderingContextBase.h"
42 class WebGLRenderingContextBase;
51 void addContext(WebGLRenderingContextBase*);
52 void removeContext(WebGLRenderingContextBase*);
59 void loseContextGroup(WebGLRenderingContextBase::LostContextMode, WebGLRenderingContextBase::AutoRecoveryMethod);
73 // the set of WebGLRenderingContextBase contexts becomes empty.
74 HashSet<WebGLRenderingContextBase*> m_contexts;
OESVertexArrayObject.h 35 class WebGLRenderingContextBase;
41 static PassRefPtrWillBeRawPtr<OESVertexArrayObject> create(WebGLRenderingContextBase*);
42 static bool supported(WebGLRenderingContextBase*);
54 explicit OESVertexArrayObject(WebGLRenderingContextBase*);
EXTBlendMinMax.h 17 static PassRefPtrWillBeRawPtr<EXTBlendMinMax> create(WebGLRenderingContextBase*);
18 static bool supported(WebGLRenderingContextBase*);
25 explicit EXTBlendMinMax(WebGLRenderingContextBase*);
EXTFragDepth.h 38 static PassRefPtrWillBeRawPtr<EXTFragDepth> create(WebGLRenderingContextBase*);
39 static bool supported(WebGLRenderingContextBase*);
46 explicit EXTFragDepth(WebGLRenderingContextBase*);
EXTShaderTextureLOD.h 17 static PassRefPtrWillBeRawPtr<EXTShaderTextureLOD> create(WebGLRenderingContextBase*);
18 static bool supported(WebGLRenderingContextBase*);
25 explicit EXTShaderTextureLOD(WebGLRenderingContextBase*);
EXTTextureFilterAnisotropic.h 38 static PassRefPtrWillBeRawPtr<EXTTextureFilterAnisotropic> create(WebGLRenderingContextBase*);
39 static bool supported(WebGLRenderingContextBase*);
46 explicit EXTTextureFilterAnisotropic(WebGLRenderingContextBase*);
OESElementIndexUint.h 38 static PassRefPtrWillBeRawPtr<OESElementIndexUint> create(WebGLRenderingContextBase*);
39 static bool supported(WebGLRenderingContextBase*);
46 explicit OESElementIndexUint(WebGLRenderingContextBase*);
OESStandardDerivatives.h 38 static PassRefPtrWillBeRawPtr<OESStandardDerivatives> create(WebGLRenderingContextBase*);
39 static bool supported(WebGLRenderingContextBase*);
46 explicit OESStandardDerivatives(WebGLRenderingContextBase*);
OESTextureFloat.h 38 static PassRefPtrWillBeRawPtr<OESTextureFloat> create(WebGLRenderingContextBase*);
39 static bool supported(WebGLRenderingContextBase*);
46 explicit OESTextureFloat(WebGLRenderingContextBase*);
OESTextureFloatLinear.h 38 static PassRefPtrWillBeRawPtr<OESTextureFloatLinear> create(WebGLRenderingContextBase*);
39 static bool supported(WebGLRenderingContextBase*);
46 explicit OESTextureFloatLinear(WebGLRenderingContextBase*);
OESTextureHalfFloat.h 38 static PassRefPtrWillBeRawPtr<OESTextureHalfFloat> create(WebGLRenderingContextBase*);
39 static bool supported(WebGLRenderingContextBase*);
46 explicit OESTextureHalfFloat(WebGLRenderingContextBase*);
OESTextureHalfFloatLinear.h 38 static PassRefPtrWillBeRawPtr<OESTextureHalfFloatLinear> create(WebGLRenderingContextBase*);
39 static bool supported(WebGLRenderingContextBase*);
46 explicit OESTextureHalfFloatLinear(WebGLRenderingContextBase*);
WebGLCompressedTextureATC.h 40 static PassRefPtrWillBeRawPtr<WebGLCompressedTextureATC> create(WebGLRenderingContextBase*);
41 static bool supported(WebGLRenderingContextBase*);
48 explicit WebGLCompressedTextureATC(WebGLRenderingContextBase*);
WebGLCompressedTextureETC1.h 19 static PassRefPtrWillBeRawPtr<WebGLCompressedTextureETC1> create(WebGLRenderingContextBase*);
20 static bool supported(WebGLRenderingContextBase*);
27 explicit WebGLCompressedTextureETC1(WebGLRenderingContextBase*);
WebGLCompressedTexturePVRTC.h 38 static PassRefPtrWillBeRawPtr<WebGLCompressedTexturePVRTC> create(WebGLRenderingContextBase*);
39 static bool supported(WebGLRenderingContextBase*);
46 explicit WebGLCompressedTexturePVRTC(WebGLRenderingContextBase*);
WebGLCompressedTextureS3TC.h 40 static PassRefPtrWillBeRawPtr<WebGLCompressedTextureS3TC> create(WebGLRenderingContextBase*);
41 static bool supported(WebGLRenderingContextBase*);
48 explicit WebGLCompressedTextureS3TC(WebGLRenderingContextBase*);
WebGLDebugRendererInfo.cpp 32 WebGLDebugRendererInfo::WebGLDebugRendererInfo(WebGLRenderingContextBase* context)
46 PassRefPtrWillBeRawPtr<WebGLDebugRendererInfo> WebGLDebugRendererInfo::create(WebGLRenderingContextBase* context)
51 bool WebGLDebugRendererInfo::supported(WebGLRenderingContextBase*)
WebGLDebugRendererInfo.h 43 static PassRefPtrWillBeRawPtr<WebGLDebugRendererInfo> create(WebGLRenderingContextBase*);
44 static bool supported(WebGLRenderingContextBase*);
51 explicit WebGLDebugRendererInfo(WebGLRenderingContextBase*);
WebGLDebugShaders.h 40 static PassRefPtrWillBeRawPtr<WebGLDebugShaders> create(WebGLRenderingContextBase*);
41 static bool supported(WebGLRenderingContextBase*);
50 explicit WebGLDebugShaders(WebGLRenderingContextBase*);
WebGLDepthTexture.h 38 static PassRefPtrWillBeRawPtr<WebGLDepthTexture> create(WebGLRenderingContextBase*);
39 static bool supported(WebGLRenderingContextBase*);
46 explicit WebGLDepthTexture(WebGLRenderingContextBase*);
WebGLExtension.h 30 #include "core/html/canvas/WebGLRenderingContextBase.h"
39 WebGLRenderingContextBase* context() { return m_context; }
46 // is lost but must be lost when destroying their WebGLRenderingContextBase.
60 explicit WebGLExtension(WebGLRenderingContextBase*);
62 RawPtrWillBeWeakMember<WebGLRenderingContextBase> m_context;
WebGLContextObject.h 37 class WebGLRenderingContextBase;
41 // WebGLRenderingContextBase.
46 WebGLRenderingContextBase* context() const { return m_context; }
48 virtual bool validate(const WebGLContextGroup*, const WebGLRenderingContextBase* context) const OVERRIDE FINAL
58 explicit WebGLContextObject(WebGLRenderingContextBase*);
68 RawPtrWillBeMember<WebGLRenderingContextBase> m_context;

Completed in 2046 milliseconds

1 2 3 4 5