Non PowerOfTwo Texture
OpenGL ES 2.0 supports non-power of two 2D textures, with the caveat that mip- mapping and texture wrap modes other than clamp to edge are not supported.
With standard repeatS/repeatT set to true; should not work on OpenGL-ES 2.0
With standard repeatS/repeatT set to false; should work on OpenGL-ES 2.0