HomeSort by relevance Sort by last modified time
    Searched defs:OESElementIndexUint (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
OESElementIndexUint.h 35 class OESElementIndexUint : public WebGLExtension, public ScriptWrappable {
37 static PassRefPtr<OESElementIndexUint> create(WebGLRenderingContext*);
41 virtual ~OESElementIndexUint();
45 OESElementIndexUint(WebGLRenderingContext*);
OESElementIndexUint.cpp 28 #include "core/html/canvas/OESElementIndexUint.h"
33 OESElementIndexUint::OESElementIndexUint(WebGLRenderingContext* context)
40 OESElementIndexUint::~OESElementIndexUint()
44 WebGLExtension::ExtensionName OESElementIndexUint::getName() const
49 PassRefPtr<OESElementIndexUint> OESElementIndexUint::create(WebGLRenderingContext* context)
51 return adoptRef(new OESElementIndexUint(context));
54 bool OESElementIndexUint::supported(WebGLRenderingContext* context
    [all...]

Completed in 184 milliseconds