Searched refs:glFramebufferTextureEXT (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31Ext.spec24 void glFramebufferTextureEXT ( GLenum target, GLenum attachment, GLuint texture, GLint level )
/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java495 // C function void glFramebufferTextureEXT ( GLenum target, GLenum attachment, GLuint texture, GLint level )
497 public static native void glFramebufferTextureEXT( method in class:GLES31Ext
/frameworks/base/libs/hwui/debug/
H A Dunwrap_gles.h288 #undef glFramebufferTextureEXT macro
H A Dwrap_gles.h288 #define glFramebufferTextureEXT wrap_glFramebufferTextureEXT macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp832 /* void glFramebufferTextureEXT ( GLenum target, GLenum attachment, GLuint texture, GLint level ) */
836 glFramebufferTextureEXT(
1469 {"glFramebufferTextureEXT", "(IIII)V", (void *) android_glFramebufferTextureEXT__IIII },
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1319 GL_APICALL void GL_APIENTRY glFramebufferTextureEXT (GLenum target, GLenum attachment, GLuint texture, GLint level);

Completed in 497 milliseconds