Searched refs:sExtensions (Results 1 – 2 of 2) sorted by relevance
192 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS);194 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate"));196 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract"));198 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object"));200 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map"));
193 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS); in supportsExtension() local195 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate")); in supportsExtension()197 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract")); in supportsExtension()199 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object")); in supportsExtension()201 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map")); in supportsExtension()