Home | History | Annotate | Download | only in bootanimation

Lines Matching defs:gl_extensions

863     String8 gl_extensions;
864 const char* exts = reinterpret_cast<const char*>(glGetString(GL_EXTENSIONS));
868 gl_extensions.setTo(exts);
869 if ((gl_extensions.find("GL_ARB_texture_non_power_of_two") != -1) ||
870 (gl_extensions.find("GL_OES_texture_npot") != -1)) {