Searched refs:glBlitFramebuffer (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto425 glBlitFramebuffer = 399;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec29 void glBlitFramebuffer ( GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter )
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java727 // C function void glBlitFramebuffer ( GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter )
729 public static native void glBlitFramebuffer( method in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h975 GL_APICALL void GL_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1040 const GLMessage_Function GLMessage::glBlitFramebuffer; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1388 static const Function glBlitFramebuffer = GLMessage_Function_glBlitFramebuffer; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp6875 glmsg.set_function(GLMessage::glBlitFramebuffer);
6940 glContext->hooks->gl.glBlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1398 /* void glBlitFramebuffer ( GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter ) */
1402 glBlitFramebuffer(
5089 {"glBlitFramebuffer", "(IIIIIIIIII)V", (void *) android_glBlitFramebuffer__IIIIIIIIII },

Completed in 228 milliseconds