Searched refs:hasEverBeenBound (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLBuffer.h45 bool hasEverBeenBound() const { return object() && m_target; } function in class:WebCore::WebGLBuffer
H A DWebGLRenderbuffer.h59 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; } function in class:WebCore::WebGLRenderbuffer
H A DWebGLVertexArrayObjectOES.h76 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; } function in class:WebCore::WebGLVertexArrayObjectOES
H A DOESVertexArrayObject.cpp84 if (!arrayObject->hasEverBeenBound())
H A DWebGLFramebuffer.h97 bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; } function in class:WebCore::WebGLFramebuffer
H A DWebGLTexture.h74 bool hasEverBeenBound() const { return object() && m_target; } function in class:WebCore::WebGLTexture
H A DWebGLRenderingContext.cpp2909 if (!buffer->hasEverBeenBound())
2934 if (!framebuffer->hasEverBeenBound())
2953 if (!renderbuffer->hasEverBeenBound())
2972 if (!texture->hasEverBeenBound())

Completed in 121 milliseconds