Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.h403 long m_vertexAttrib0BufferSize; variable
DWebGLRenderingContext.cpp4721 m_vertexAttrib0BufferSize = 0; in initVertexAttrib0()
4746 if (bufferDataSize > m_vertexAttrib0BufferSize) { in simulateVertexAttrib0()
4748 m_vertexAttrib0BufferSize = bufferDataSize; in simulateVertexAttrib0()