Lines Matching refs:attachments

4925 /* void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments ) */
4934 GLenum *attachments = (GLenum *) 0;
4939 _exceptionMessage = "attachments == null";
4951 attachments = attachments_base + offset;
4956 (GLenum *)attachments
4969 /* void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments ) */
4976 GLenum *attachments = (GLenum *) 0;
4978 attachments = (GLenum *)getPointer(_env, attachments_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
4979 if (attachments == NULL) {
4981 attachments = (GLenum *) (_attachmentsBase + _bufferOffset);
4986 (GLenum *)attachments
4989 _env->ReleaseIntArrayElements(_array, (jint*)attachments, JNI_ABORT);
4993 /* void glInvalidateSubFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height ) */
5002 GLenum *attachments = (GLenum *) 0;
5007 _exceptionMessage = "attachments == null";
5019 attachments = attachments_base + offset;
5024 (GLenum *)attachments,
5041 /* void glInvalidateSubFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height ) */
5048 GLenum *attachments = (GLenum *) 0;
5050 attachments = (GLenum *)getPointer(_env, attachments_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
5051 if (attachments == NULL) {
5053 attachments = (GLenum *) (_attachmentsBase + _bufferOffset);
5058 (GLenum *)attachments,
5065 _env->ReleaseIntArrayElements(_array, (jint*)attachments, JNI_ABORT);