Searched defs:m_linkCount (Results 1 - 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/html/canvas/ | ||
H A D | WebGLUniformLocation.h | 54 unsigned m_linkCount; member in class:WebCore::WebGLUniformLocation |
H A D | WebGLProgram.h | 56 unsigned getLinkCount() const { return m_linkCount; } 61 void increaseLinkCount() { ++m_linkCount; } 81 unsigned m_linkCount; member in class:WebCore::WebGLProgram |
Completed in 76 milliseconds