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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLSharedObject.cpp 28 #include "core/html/canvas/WebGLSharedObject.h"
35 WebGLSharedObject::WebGLSharedObject(WebGLRenderingContextBase* context)
41 WebGLSharedObject::~WebGLSharedObject()
47 void WebGLSharedObject::detachContextGroup()
57 blink::WebGraphicsContext3D* WebGLSharedObject::getAWebGraphicsContext3D() const
WebGLSharedObject.h 36 // WebGLSharedObject the base class for objects that can be shared by multiple
38 class WebGLSharedObject : public WebGLObject {
40 virtual ~WebGLSharedObject();
58 WebGLSharedObject(WebGLRenderingContextBase*);

Completed in 1236 milliseconds