Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_google_android_gles_jni_GLImpl.cpp248 supportsExtension(JNIEnv *_env, jobject impl, jfieldID fieldId) { in supportsExtension() function
7247 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) { in android_glBindFramebufferOES__II()
7262 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) { in android_glBindRenderbufferOES__II()
7277 if (! supportsExtension(_env, _this, have_OES_blend_subtractID)) { in android_glBlendEquation__I()
7291 if (! supportsExtension(_env, _this, have_OES_blend_equation_separateID)) { in android_glBlendEquationSeparate__II()
7306 if (! supportsExtension(_env, _this, have_OES_blend_equation_separateID)) { in android_glBlendFuncSeparate__IIII()
7323 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) { in android_glCheckFramebufferStatusOES__I()
7339 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) { in android_glDeleteFramebuffersOES__I_3II()
7393 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) { in android_glDeleteFramebuffersOES__ILjava_nio_IntBuffer_2()
7435 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) { in android_glDeleteRenderbuffersOES__I_3II()
[all …]
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp247 supportsExtension(JNIEnv *_env, jobject impl, jfieldID fieldId) {