Searched defs:checkForExtension (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp71 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { function
219 return checkForExtension(extensions,
H A Dcom_google_android_gles_jni_GLImpl.cpp238 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { function
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"));
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp237 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { function
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"));

Completed in 102 milliseconds