Home
last modified time | relevance | path

Searched refs:m_vertexAttrib0UsedBefore (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.h406 bool m_vertexAttrib0UsedBefore; variable
DWebGLRenderingContext.cpp4727 m_vertexAttrib0UsedBefore = false; in initVertexAttrib0()
4738 m_vertexAttrib0UsedBefore = true; in simulateVertexAttrib0()
4741 if (!usingVertexAttrib0 && !m_vertexAttrib0UsedBefore) in simulateVertexAttrib0()
4743 m_vertexAttrib0UsedBefore = true; in simulateVertexAttrib0()