Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31Ext.spec24 void glFramebufferTextureEXT ( GLenum target, GLenum attachment, GLuint texture, GLint level )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java497 public static native void glFramebufferTextureEXT( in glFramebufferTextureEXT() method in GLES31Ext
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt132 glFramebufferTextureEXT; # introduced=21
H A Dentries.in292 GL_ENTRY(void, glFramebufferTextureEXT, GLenum target, GLenum attachment, GLuint texture, GLint lev…
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT);
1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureEXT); in init_stub_library()
H A Dstubs_arm64.cc261 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 Dstubs_arm.cc261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT);
1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureEXT); in init_stub_library()
H A Dstubs_arm64.cc261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT);
1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureEXT); in init_stub_library()
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp828 glFramebufferTextureEXT( in android_glFramebufferTextureEXT__IIII()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2ext_api.in451 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 Dgl2ext.h1431 GL_APICALL void GL_APIENTRY glFramebufferTextureEXT (GLenum target, GLenum attachment, GLuint textu…
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt29986 method public static void glFramebufferTextureEXT(int, int, int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20928 method public static void glFramebufferTextureEXT(int, int, int, int);