Home | History | Annotate | Download | only in gl

Lines Matching refs:x_coordinate

8432 	 *  Texel is assigned with such values: [x_coordinate, y_coordinate, magic_number, 0xcc].
8435 * @param x_coordinate X coordiante of texel
8439 void SetTexel(GLubyte texel[4], GLubyte x_coordinate, GLubyte y_coordinate, GLubyte magic_number)
8441 texel[0] = x_coordinate;