Lines Matching refs:target

379 /* void glBindBuffer ( GLenum target, GLuint buffer ) */
382 (JNIEnv *_env, jobject _this, jint target, jint buffer) {
384 (GLenum)target,
389 /* void glBindFramebuffer ( GLenum target, GLuint framebuffer ) */
392 (JNIEnv *_env, jobject _this, jint target, jint framebuffer) {
394 (GLenum)target,
399 /* void glBindRenderbuffer ( GLenum target, GLuint renderbuffer ) */
402 (JNIEnv *_env, jobject _this, jint target, jint renderbuffer) {
404 (GLenum)target,
409 /* void glBindTexture ( GLenum target, GLuint texture ) */
412 (JNIEnv *_env, jobject _this, jint target, jint texture) {
414 (GLenum)target,
472 /* void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage ) */
475 (JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) {
498 (GLenum)target,
513 /* void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data ) */
516 (JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) {
537 (GLenum)target,
552 /* GLenum glCheckFramebufferStatus ( GLenum target ) */
555 (JNIEnv *_env, jobject _this, jint target) {
558 (GLenum)target
623 /* void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ) */
626 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) {
638 (GLenum)target,
652 /* void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data ) */
655 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) {
667 (GLenum)target,
682 /* void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border ) */
685 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) {
687 (GLenum)target,
698 /* void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) */
701 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) {
703 (GLenum)target,
1261 /* void glFramebufferRenderbuffer ( GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer ) */
1264 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) {
1266 (GLenum)target,
1273 /* void glFramebufferTexture2D ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level ) */
1276 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) {
1278 (GLenum)target,
1381 /* void glGenerateMipmap ( GLenum target ) */
1384 (JNIEnv *_env, jobject _this, jint target) {
1386 (GLenum)target
2494 /* void glGetBufferParameteriv ( GLenum target, GLenum pname, GLint *params ) */
2497 (JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) {
2529 (GLenum)target,
2544 /* void glGetBufferParameteriv ( GLenum target, GLenum pname, GLint *params ) */
2547 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) {
2568 (GLenum)target,
2604 /* void glGetFramebufferAttachmentParameteriv ( GLenum target, GLenum attachment, GLenum pname, GLint *params ) */
2607 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) {
2633 (GLenum)target,
2649 /* void glGetFramebufferAttachmentParameteriv ( GLenum target, GLenum attachment, GLenum pname, GLint *params ) */
2652 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) {
2664 (GLenum)target,
2795 /* void glGetRenderbufferParameteriv ( GLenum target, GLenum pname, GLint *params ) */
2798 (JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) {
2830 (GLenum)target,
2845 /* void glGetRenderbufferParameteriv ( GLenum target, GLenum pname, GLint *params ) */
2848 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) {
2869 (GLenum)target,
3244 /* void glGetTexParameterfv ( GLenum target, GLenum pname, GLfloat *params ) */
3247 (JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) {
3279 (GLenum)target,
3294 /* void glGetTexParameterfv ( GLenum target, GLenum pname, GLfloat *params ) */
3297 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) {
3318 (GLenum)target,
3332 /* void glGetTexParameteriv ( GLenum target, GLenum pname, GLint *params ) */
3335 (JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) {
3367 (GLenum)target,
3382 /* void glGetTexParameteriv ( GLenum target, GLenum pname, GLint *params ) */
3385 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) {
3406 (GLenum)target,
3850 /* void glHint ( GLenum target, GLenum mode ) */
3853 (JNIEnv *_env, jobject _this, jint target, jint mode) {
3855 (GLenum)target,
4010 /* void glRenderbufferStorage ( GLenum target, GLenum internalformat, GLsizei width, GLsizei height ) */
4013 (JNIEnv *_env, jobject _this, jint target, jint internalformat, jint width, jint height) {
4015 (GLenum)target,
4242 /* void glTexImage2D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) */
4245 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) {
4259 (GLenum)target,
4274 /* void glTexParameterf ( GLenum target, GLenum pname, GLfloat param ) */
4277 (JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) {
4279 (GLenum)target,
4285 /* void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) */
4288 (JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) {
4320 (GLenum)target,
4335 /* void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) */
4338 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) {
4359 (GLenum)target,
4373 /* void glTexParameteri ( GLenum target, GLenum pname, GLint param ) */
4376 (JNIEnv *_env, jobject _this, jint target, jint pname, jint param) {
4378 (GLenum)target,
4384 /* void glTexParameteriv ( GLenum target, GLenum pname, const GLint *params ) */
4387 (JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) {
4419 (GLenum)target,
4434 /* void glTexParameteriv ( GLenum target, GLenum pname, const GLint *params ) */
4437 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) {
4458 (GLenum)target,
4472 /* void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels ) */
4475 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) {
4489 (GLenum)target,