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

  /external/webkit/Source/WebCore/html/canvas/
WebGLBuffer.h 62 bool hasEverBeenBound() const { return object() && m_target; }
WebGLFramebuffer.h 66 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; }
WebGLRenderbuffer.h 63 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; }
WebGLTexture.h 69 bool hasEverBeenBound() const { return object() && m_target; }
WebGLVertexArrayObjectOES.h 75 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; }

Completed in 1168 milliseconds