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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.h 55 virtual bool isSharedObject(WebGLSharedObject*) const = 0;
WebGLFramebuffer.cpp 53 virtual bool isSharedObject(WebGLSharedObject*) const OVERRIDE;
100 bool WebGLRenderbufferAttachment::isSharedObject(WebGLSharedObject* object) const
153 virtual bool isSharedObject(WebGLSharedObject*) const OVERRIDE;
198 bool WebGLTextureAttachment::isSharedObject(WebGLSharedObject* object) const
447 if (attachmentObject->isSharedObject(attachment)) {

Completed in 75 milliseconds