Searched defs:hasEverBeenBound (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
H A DWebGLBuffer.h62 bool hasEverBeenBound() const { return object() && m_target; } function in class:WebCore::WebGLBuffer
H A DWebGLFramebuffer.h66 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; } function in class:WebCore::WebGLFramebuffer
H A DWebGLRenderbuffer.h63 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; } function in class:WebCore::WebGLRenderbuffer
H A DWebGLTexture.h69 bool hasEverBeenBound() const { return object() && m_target; } function in class:WebCore::WebGLTexture
H A DWebGLVertexArrayObjectOES.h75 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; } function in class:WebCore::WebGLVertexArrayObjectOES

Completed in 81 milliseconds