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

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp252 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS); local
254 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate"));
256 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract"));
258 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object"));
260 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map"));
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp253 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS); local
255 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate"));
257 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract"));
259 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object"));
261 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map"));

Completed in 73 milliseconds