HomeSort by relevance Sort by last modified time
    Searched refs:m_isGLES2Compliant (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 323 bool isGLES2Compliant() { return m_isGLES2Compliant; }
460 bool m_isGLES2Compliant;
WebGLRenderingContext.cpp 460 m_isGLES2Compliant = m_context->isGLES2Compliant();
463 if (m_isGLES2Compliant) {
    [all...]

Completed in 185 milliseconds