Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.h325 bool isGLES2NPOTStrict() { return m_isGLES2NPOTStrict; } in isGLES2NPOTStrict()
461 bool m_isGLES2NPOTStrict; variable
DWebGLRenderingContext.cpp464 m_isGLES2NPOTStrict = !m_context->getExtensions()->isEnabled("GL_OES_texture_npot"); in setupFlags()
467m_isGLES2NPOTStrict = !m_context->getExtensions()->isEnabled("GL_ARB_texture_non_power_of_two"); in setupFlags()