Searched refs:glFramebufferTextureEXT (Results 1 - 8 of 8) 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/native/opengl/libs/GLES_trace/
H A Dgltrace.proto743 glFramebufferTextureEXT = 716;
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp720 /* void glFramebufferTextureEXT ( GLenum target, GLenum attachment, GLuint texture, GLint level ) */
724 glFramebufferTextureEXT(
1357 {"glFramebufferTextureEXT", "(IIII)V", (void *) android_glFramebufferTextureEXT__IIII },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1549 const GLMessage_Function GLMessage::glFramebufferTextureEXT; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1897 static const Function glFramebufferTextureEXT = GLMessage_Function_glFramebufferTextureEXT; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp17422 glmsg.set_function(GLMessage::glFramebufferTextureEXT);
17451 glContext->hooks->gl.glFramebufferTextureEXT(target, attachment, texture, level);
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h911 GL_APICALL void GL_APIENTRY glFramebufferTextureEXT (GLenum target, GLenum attachment, GLuint texture, GLint level);

Completed in 312 milliseconds