Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:textureNPOT

1681         if (!context->getExtensions().textureNPOT && (!gl::isPow2(texture->getBaseLevelWidth()) || !gl::isPow2(texture->getBaseLevelHeight())))