Searched refs:glFramebufferTextureEXT (Results 1 – 12 of 12) 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/base/libs/hwui/debug/ |
D | wrap_gles.h | 288 #define glFramebufferTextureEXT wrap_glFramebufferTextureEXT macro
|
D | unwrap_gles.h | 288 #undef glFramebufferTextureEXT
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 836 glFramebufferTextureEXT( in android_glFramebufferTextureEXT__IIII()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 394 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/ |
D | entries.in | 269 GL_ENTRY(void, glFramebufferTextureEXT, GLenum target, GLenum attachment, GLuint texture, GLint lev…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1319 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/api/ |
D | current.txt | 27444 method public static void glFramebufferTextureEXT(int, int, int, int);
|
D | system-current.txt | 29884 method public static void glFramebufferTextureEXT(int, int, int, int);
|
D | test-current.txt | 27513 method public static void glFramebufferTextureEXT(int, int, int, int);
|