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.cpp249 supportsExtension(JNIEnv *_env, jobject impl, jfieldID fieldId) { in supportsExtension() function
7710 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) { in android_glBindFramebufferOES__II()
7725 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) { in android_glBindRenderbufferOES__II()
7740 if (! supportsExtension(_env, _this, have_OES_blend_subtractID)) { in android_glBlendEquation__I()
7754 if (! supportsExtension(_env, _this, have_OES_blend_equation_separateID)) { in android_glBlendEquationSeparate__II()
7769 if (! supportsExtension(_env, _this, have_OES_blend_equation_separateID)) { in android_glBlendFuncSeparate__IIII()
7786 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) { in android_glCheckFramebufferStatusOES__I()
7802 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) { in android_glDeleteFramebuffersOES__I_3II()
7856 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) { in android_glDeleteFramebuffersOES__ILjava_nio_IntBuffer_2()
7904 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) { in android_glDeleteRenderbuffersOES__I_3II()
[all …]
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp248 supportsExtension(JNIEnv *_env, jobject impl, jfieldID fieldId) {