Home
last modified time | relevance | path

Searched refs:glFramebufferTextureEXT (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31Ext.spec24 void glFramebufferTextureEXT ( GLenum target, GLenum attachment, GLuint texture, GLint level )
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java497 public static native void glFramebufferTextureEXT( in glFramebufferTextureEXT() method in GLES31Ext
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt132 glFramebufferTextureEXT; # introduced=21
Dentries.in292 GL_ENTRY(void, glFramebufferTextureEXT, GLenum target, GLenum attachment, GLuint texture, GLint lev…
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT);
1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureEXT); in init_stub_library()
Dstubs_riscv64.cc261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT);
1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureEXT); in init_stub_library()
Dstubs_arm64.cc261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT);
1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureEXT); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT);
1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureEXT); in init_stub_library()
Dstubs_arm64.cc261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT);
1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureEXT); in init_stub_library()
Dstubs_riscv64.cc261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT);
1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureEXT); in init_stub_library()
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp829 glFramebufferTextureEXT( in android_glFramebufferTextureEXT__IIII()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in451 void API_ENTRY(glFramebufferTextureEXT)(GLenum target, GLenum attachment, GLuint texture, GLint lev…
452 CALL_GL_API(glFramebufferTextureEXT, target, attachment, texture, level);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h1431 GL_APICALL void GL_APIENTRY glFramebufferTextureEXT (GLenum target, GLenum attachment, GLuint textu…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20928 method public static void glFramebufferTextureEXT(int, int, int, int);
/frameworks/base/core/api/
Dcurrent.txt31865 method public static void glFramebufferTextureEXT(int, int, int, int);