Searched refs:contextGroup (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLSharedObject.h43 WebGLContextGroup* contextGroup() const { return m_contextGroup; } function in class:WebCore::WebGLSharedObject
52 virtual bool validate(const WebGLContextGroup* contextGroup, const WebGLRenderingContext*) const argument
54 return contextGroup == m_contextGroup;
H A DWebGLSharedObject.cpp37 m_contextGroup(context->contextGroup())
H A DWebGLContextGroup.cpp37 RefPtr<WebGLContextGroup> contextGroup = adoptRef(new WebGLContextGroup()); local
38 return contextGroup.release();
H A DWebGLRenderingContext.h317 WebGLContextGroup* contextGroup() const { return m_contextGroup.get(); } function in class:WebCore::WebGLRenderingContext
H A DWebGLRenderingContext.cpp1042 if (!object->validate(contextGroup(), this)) {
1600 if (!object->validate(contextGroup(), this)) {
1764 if (!object->validate(contextGroup(), this)) {
1882 if (buffer && !buffer->validate(contextGroup(), this)) {
1924 if (texture && !texture->validate(contextGroup(), this)) {

Completed in 137 milliseconds