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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLObject.cpp28 #include "core/html/canvas/WebGLObject.h"
32 WebGLObject::WebGLObject(WebGLRenderingContextBase*) function in class:blink::WebGLObject
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
[all...]
H A DWebGLObject.h42 class WebGLObject : public RefCountedWillBeGarbageCollectedFinalized<WebGLObject> { class in namespace:blink
44 virtual ~WebGLObject();
67 explicit WebGLObject(WebGLRenderingContextBase*);
69 // setObject should be only called once right after creating a WebGLObject.

Completed in 589 milliseconds