Searched refs:sExtensions (Results 1 – 2 of 2) sorted by relevance
251 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS);253 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate"));255 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract"));257 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object"));259 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map"));
252 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS); in supportsExtension() local254 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate")); in supportsExtension()256 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract")); in supportsExtension()258 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object")); in supportsExtension()260 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map")); in supportsExtension()