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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLObject.cpp 28 #include "core/html/canvas/WebGLObject.h"
32 WebGLObject::WebGLObject(WebGLRenderingContextBase*)
39 WebGLObject::~WebGLObject()
45 void WebGLObject::setObject(Platform3DObject object)
52 void WebGLObject::deleteObject(blink::WebGraphicsContext3D* context3d)
72 void WebGLObject::detach()
77 void WebGLObject::detachAndDeleteObject()
95 void WebGLObject::onDetached(blink::WebGraphicsContext3D* context3d
    [all...]
WebGLObject.h 42 class WebGLObject : public RefCountedWillBeGarbageCollectedFinalized<WebGLObject> {
44 virtual ~WebGLObject();
67 explicit WebGLObject(WebGLRenderingContextBase*);
69 // setObject should be only called once right after creating a WebGLObject.

Completed in 46 milliseconds