Searched refs:glInvalidateFramebuffer (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1710 // C function void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments )
1712 public static native void glInvalidateFramebuffer( method in class:GLES30
1719 // C function void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments )
1721 public static native void glInvalidateFramebuffer( method in class:GLES30
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto501 glInvalidateFramebuffer = 475;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec106 void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments )
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h928 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
H A Dgl31.h928 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1307 const GLMessage_Function GLMessage::glInvalidateFramebuffer; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1655 static const Function glInvalidateFramebuffer = GLMessage_Function_glInvalidateFramebuffer; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp10080 glmsg.set_function(GLMessage::glInvalidateFramebuffer);
10103 glContext->hooks->gl.glInvalidateFramebuffer(target, numAttachments, attachments);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4805 /* void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments ) */
4833 glInvalidateFramebuffer(
4849 /* void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments ) */
4863 glInvalidateFramebuffer(
5205 {"glInvalidateFramebuffer", "(II[II)V", (void *) android_glInvalidateFramebuffer__II_3II },
5206 {"glInvalidateFramebuffer", "(IILjava/nio/IntBuffer;)V", (void *) android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2 },

Completed in 2345 milliseconds