Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp250 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS);
252 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate"));
254 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract"));
256 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object"));
258 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map"));
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_GLImpl.cpp251 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS); in supportsExtension() local
253 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate")); in supportsExtension()
255 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract")); in supportsExtension()
257 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object")); in supportsExtension()
259 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map")); in supportsExtension()