/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES31Ext.spec | 24 void glFramebufferTextureEXT ( GLenum target, GLenum attachment, GLuint texture, GLint level )
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31Ext.java | 497 public static native void glFramebufferTextureEXT( in glFramebufferTextureEXT() method in GLES31Ext
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv3.map.txt | 132 glFramebufferTextureEXT; # introduced=21
|
H A D | entries.in | 292 GL_ENTRY(void, glFramebufferTextureEXT, GLenum target, GLenum attachment, GLuint texture, GLint lev…
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/ |
H A D | stubs_arm.cc | 261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT); 1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureEXT); in init_stub_library()
|
H A D | stubs_arm64.cc | 261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT); 1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureEXT); in init_stub_library()
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/ |
H A D | stubs_arm.cc | 261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT); 1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureEXT); in init_stub_library()
|
H A D | stubs_arm64.cc | 261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT); 1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureEXT); in init_stub_library()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES31Ext.cpp | 828 glFramebufferTextureEXT( in android_glFramebufferTextureEXT__IIII()
|
/aosp12/frameworks/native/opengl/libs/GLES2/ |
H A D | gl2ext_api.in | 451 void API_ENTRY(glFramebufferTextureEXT)(GLenum target, GLenum attachment, GLuint texture, GLint lev… 452 CALL_GL_API(glFramebufferTextureEXT, target, attachment, texture, level);
|
/aosp12/frameworks/native/opengl/include/GLES2/ |
H A D | gl2ext.h | 1431 GL_APICALL void GL_APIENTRY glFramebufferTextureEXT (GLenum target, GLenum attachment, GLuint textu…
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 29986 method public static void glFramebufferTextureEXT(int, int, int, int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 20928 method public static void glFramebufferTextureEXT(int, int, int, int);
|