Lines Matching defs:target

293     // C function void glBindTexture ( GLenum target, GLuint texture )
296 int target,
414 // C function void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
417 int target,
427 // C function void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
430 int target,
441 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
444 int target,
454 // C function void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
457 int target,
677 // C function void glHint ( GLenum target, GLenum mode )
680 int target,
909 // C function void glMultiTexCoord4f ( GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q )
912 int target,
919 // C function void glMultiTexCoord4x ( GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q )
922 int target,
1171 // C function void glTexEnvf ( GLenum target, GLenum pname, GLfloat param )
1174 int target,
1179 // C function void glTexEnvfv ( GLenum target, GLenum pname, const GLfloat *params )
1182 int target,
1188 // C function void glTexEnvfv ( GLenum target, GLenum pname, const GLfloat *params )
1191 int target,
1196 // C function void glTexEnvx ( GLenum target, GLenum pname, GLfixed param )
1199 int target,
1204 // C function void glTexEnvxv ( GLenum target, GLenum pname, const GLfixed *params )
1207 int target,
1213 // C function void glTexEnvxv ( GLenum target, GLenum pname, const GLfixed *params )
1216 int target,
1221 // C function void glTexImage2D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels )
1224 int target,
1235 // C function void glTexParameterf ( GLenum target, GLenum pname, GLfloat param )
1238 int target,
1243 // C function void glTexParameterx ( GLenum target, GLenum pname, GLfixed param )
1246 int target,
1251 // C function void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
1254 int target,