Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.h323 bool isGLES2Compliant() { return m_isGLES2Compliant; } in isGLES2Compliant()
460 bool m_isGLES2Compliant; variable
DWebGLRenderingContext.cpp460 m_isGLES2Compliant = m_context->isGLES2Compliant(); in setupFlags()
463 if (m_isGLES2Compliant) { in setupFlags()