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(WebGLRenderingContext* context)
41 WebGLSharedObject::~WebGLSharedObject()
47 void WebGLSharedObject::detachContextGroup()
57 GraphicsContext3D* WebGLSharedObject::getAGraphicsContext3D() const
WebGLSharedObject.h 37 // WebGLSharedObject the base class for objects that can be shared by multiple
39 class WebGLSharedObject : public WebGLObject {
41 virtual ~WebGLSharedObject();
60 WebGLSharedObject(WebGLRenderingContext*);

Completed in 38 milliseconds