Searched defs:numAttachments (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4805 /* void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments ) */
4808 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset) {
4835 (GLsizei)numAttachments,
4849 /* void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments ) */
4852 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf) {
4865 (GLsizei)numAttachments,
4873 /* void glInvalidateSubFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height ) */
4876 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset, jint x, jint y, jint width, jint height) {
4903 (GLsizei)numAttachments,
4921 /* void glInvalidateSubFramebuffer ( GLenum target, GLsizei numAttachments, cons
4807 android_glInvalidateFramebuffer__II_3II(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset) argument
4851 android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf) argument
4875 android_glInvalidateSubFramebuffer__II_3IIIIII(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset, jint x, jint y, jint width, jint height) argument
4923 android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf, jint x, jint y, jint width, jint height) argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1710 // C function void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments )
1714 int numAttachments,
1719 // C function void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments )
1723 int numAttachments,
1727 // C function void glInvalidateSubFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height )
1731 int numAttachments,
1740 // C function void glInvalidateSubFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height )
1744 int numAttachments,
1712 glInvalidateFramebuffer( int target, int numAttachments, int[] attachments, int offset ) argument
1721 glInvalidateFramebuffer( int target, int numAttachments, java.nio.IntBuffer attachments ) argument
1729 glInvalidateSubFramebuffer( int target, int numAttachments, int[] attachments, int offset, int x, int y, int width, int height ) argument
1742 glInvalidateSubFramebuffer( int target, int numAttachments, java.nio.IntBuffer attachments, int x, int y, int width, int height ) argument
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp10076 void GLTrace_glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments) { argument
10088 // copy argument numAttachments
10092 arg_numAttachments->add_intvalue(numAttachments);
10103 glContext->hooks->gl.glInvalidateFramebuffer(target, numAttachments, attachments);
10117 void GLTrace_glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height) { argument
10129 // copy argument numAttachments
10133 arg_numAttachments->add_intvalue(numAttachments);
10168 glContext->hooks->gl.glInvalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height);
16508 void GLTrace_glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachments) { argument
16520 // copy argument numAttachments
[all...]

Completed in 144 milliseconds