Searched defs:EXTFragDepth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DEXTFragDepth.h35 class EXTFragDepth : public WebGLExtension, public ScriptWrappable { class in namespace:WebCore
37 static PassRefPtr<EXTFragDepth> create(WebGLRenderingContext*);
41 virtual ~EXTFragDepth();
45 explicit EXTFragDepth(WebGLRenderingContext*);
H A DEXTFragDepth.cpp28 #include "core/html/canvas/EXTFragDepth.h"
34 EXTFragDepth::EXTFragDepth(WebGLRenderingContext* context) function in class:WebCore::EXTFragDepth
41 EXTFragDepth::~EXTFragDepth()
45 WebGLExtension::ExtensionName EXTFragDepth::name() const
50 PassRefPtr<EXTFragDepth> EXTFragDepth::create(WebGLRenderingContext* context)
52 return adoptRef(new EXTFragDepth(context));
55 bool EXTFragDepth
[all...]

Completed in 168 milliseconds