Searched refs:checkForExtension (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 238 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { 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/base/core/jni/ |
D | android_hardware_camera2_legacy_PerfMeasurement.cpp | 71 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { in checkForExtension() function 219 return checkForExtension(extensions, in isMeasurementSupported()
|
D | com_google_android_gles_jni_GLImpl.cpp | 239 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { in checkForExtension() function 254 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate")); in supportsExtension() 256 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract")); in supportsExtension() 258 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object")); in supportsExtension() 260 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map")); in supportsExtension()
|