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

  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 325 bool isGLES2NPOTStrict() { return m_isGLES2NPOTStrict; }
461 bool m_isGLES2NPOTStrict;
WebGLRenderingContext.cpp 464 m_isGLES2NPOTStrict = !m_context->getExtensions()->isEnabled("GL_OES_texture_npot");
467 m_isGLES2NPOTStrict = !m_context->getExtensions()->isEnabled("GL_ARB_texture_non_power_of_two");
    [all...]

Completed in 802 milliseconds