Searched refs:sExtensions (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp268 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS); local
270 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate"));
272 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract"));
274 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object"));
276 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map"));
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp269 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS); local
271 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate"));
273 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract"));
275 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object"));
277 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map"));

Completed in 36 milliseconds