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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 379 bool isGLES2NPOTStrict() { return m_isGLES2NPOTStrict; }
525 bool m_isGLES2NPOTStrict;
    [all...]
WebGLRenderingContextBase.cpp 650 m_isGLES2NPOTStrict = !extensionsUtil()->isExtensionEnabled("GL_OES_texture_npot");
    [all...]

Completed in 209 milliseconds