Searched refs:glFramebufferTextureEXT (Results 1 – 18 of 18) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31Ext.spec | 24 void glFramebufferTextureEXT ( GLenum target, GLenum attachment, GLuint texture, GLint level )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31Ext.java | 497 public static native void glFramebufferTextureEXT( in glFramebufferTextureEXT() method in GLES31Ext
|
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 132 glFramebufferTextureEXT; # introduced=21
|
D | entries.in | 292 GL_ENTRY(void, glFramebufferTextureEXT, GLenum target, GLenum attachment, GLuint texture, GLint lev…
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT); 1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureEXT); in init_stub_library()
|
D | stubs_arm64.cc | 261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT); 1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureEXT); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT); 1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureEXT); in init_stub_library()
|
D | stubs_arm.cc | 261 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureEXT); 1109 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureEXT); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 286 #define glFramebufferTextureEXT wrap_glFramebufferTextureEXT macro
|
D | gles_undefine.h | 285 #undef glFramebufferTextureEXT
|
D | gles_stubs.in | 1384 void API_ENTRY(glFramebufferTextureEXT)(GLenum target, GLenum attachment, GLuint texture, GLint lev… 1385 CALL_GL_API(glFramebufferTextureEXT, target, attachment, texture, level);
|
D | gles_decls.in | 462 GL_ENTRY(void, glFramebufferTextureEXT, GLenum target, GLenum attachment, GLuint texture, GLint lev…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 828 glFramebufferTextureEXT( in android_glFramebufferTextureEXT__IIII()
|
/frameworks/native/opengl/libs/GLES2/ |
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);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1431 GL_APICALL void GL_APIENTRY glFramebufferTextureEXT (GLenum target, GLenum attachment, GLuint textu…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20928 method public static void glFramebufferTextureEXT(int, int, int, int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 33611 method public static void glFramebufferTextureEXT(int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 33755 method public static void glFramebufferTextureEXT(int, int, int, int);
|