Home
last modified time | relevance | path

Searched refs:glFramebufferTextureEXT (Results 1 – 12 of 12) 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/base/libs/hwui/debug/
Dwrap_gles.h288 #define glFramebufferTextureEXT wrap_glFramebufferTextureEXT macro
Dunwrap_gles.h288 #undef glFramebufferTextureEXT
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp836 glFramebufferTextureEXT( in android_glFramebufferTextureEXT__IIII()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in394 void API_ENTRY(glFramebufferTextureEXT)(GLenum target, GLenum attachment, GLuint texture, GLint lev…
395 CALL_GL_API(glFramebufferTextureEXT, target, attachment, texture, level);
/frameworks/native/opengl/libs/
Dentries.in269 GL_ENTRY(void, glFramebufferTextureEXT, GLenum target, GLenum attachment, GLuint texture, GLint lev…
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h1319 GL_APICALL void GL_APIENTRY glFramebufferTextureEXT (GLenum target, GLenum attachment, GLuint textu…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20928 method public static void glFramebufferTextureEXT(int, int, int, int);
/frameworks/base/api/
Dcurrent.txt27444 method public static void glFramebufferTextureEXT(int, int, int, int);
Dsystem-current.txt29884 method public static void glFramebufferTextureEXT(int, int, int, int);
Dtest-current.txt27513 method public static void glFramebufferTextureEXT(int, int, int, int);