Home | History | Annotate | Download | only in gles2

Lines Matching refs:indx

503 VISIT_GL_CALL(VertexAttrib1f, void, (GLuint indx, GLfloat x), (indx, x))
506 (GLuint indx, const GLfloat* values),
507 (indx, values))
510 (GLuint indx, GLfloat x, GLfloat y),
511 (indx, x, y))
514 (GLuint indx, const GLfloat* values),
515 (indx, values))
518 (GLuint indx, GLfloat x, GLfloat y, GLfloat z),
519 (indx, x, y, z))
522 (GLuint indx, const GLfloat* values),
523 (indx, values))
526 (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w),
527 (indx, x, y, z, w))
530 (GLuint indx, const GLfloat* values),
531 (indx, values))
534 (GLuint indx,
540 (indx, size, type, normalized, stride, ptr))