Home | History | Annotate | Download | only in jni

Lines Matching refs:sExtensions

247         const GLubyte* sExtensions = glGetString(GL_EXTENSIONS);
249 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate"));
251 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract"));
253 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object"));
255 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map"));