H A D | gles2_cmd_format_autogen.h | 6254 void Init(GLint _location, GLfloat _x, GLfloat _y, GLfloat _z) { argument 6259 z = _z; 6262 void* Set(void* cmd, GLint _location, GLfloat _x, GLfloat _y, GLfloat _z) { argument 6263 static_cast<ValueType*>(cmd)->Init(_location, _x, _y, _z); 6398 void Init(GLint _location, GLint _x, GLint _y, GLint _z) { argument 6403 z = _z; 6406 void* Set(void* cmd, GLint _location, GLint _x, GLint _y, GLint _z) { argument 6407 static_cast<ValueType*>(cmd)->Init(_location, _x, _y, _z); 6542 void Init(GLint _location, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) { argument 6547 z = _z; 6551 Set( void* cmd, GLint _location, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument 6692 Init(GLint _location, GLint _x, GLint _y, GLint _z, GLint _w) argument 6701 Set( void* cmd, GLint _location, GLint _x, GLint _y, GLint _z, GLint _w) argument 7498 Init(GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z) argument 7506 Set(void* cmd, GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z) argument 7632 Init(GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument 7641 Set( void* cmd, GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument [all...] |