• Home
  • Raw
  • Download

Lines Matching refs:GLubyte

109 static const GLubyte *wmesa_get_string(struct gl_context *ctx, GLenum name)  in wmesa_get_string()
112 (GLubyte *) "Mesa Windows GDI Driver" : NULL; in wmesa_get_string()
274 GLubyte col[3]; in clear()
437 const GLubyte *mask) in write_rgba_span_front()
439 const GLubyte (*rgba)[4] = (const GLubyte (*)[4])values; in write_rgba_span_front()
520 const GLubyte *mask) in write_rgba_pixels_front()
522 const GLubyte (*rgba)[4] = (const GLubyte (*)[4])values; in write_rgba_pixels_front()
541 GLubyte (*rgba)[4] = (GLubyte (*)[4])values; in read_rgba_span_front()
562 GLubyte (*rgba)[4] = (GLubyte (*)[4])values; in read_rgba_pixels_front()
591 const GLubyte *mask) in write_rgba_span_32()
593 const GLubyte (*rgba)[4] = (const GLubyte (*)[4])values; in write_rgba_span_32()
621 const GLubyte *mask) in write_rgba_pixels_32()
623 const GLubyte (*rgba)[4] = (const GLubyte (*)[4])values; in write_rgba_pixels_32()
639 GLubyte (*rgba)[4] = (GLubyte (*)[4])values; in read_rgba_span_32()
649 rgba[i][RCOMP] = (GLubyte)((pixel & 0x00ff0000) >> 16); in read_rgba_span_32()
650 rgba[i][GCOMP] = (GLubyte)((pixel & 0x0000ff00) >> 8); in read_rgba_span_32()
651 rgba[i][BCOMP] = (GLubyte)(pixel & 0x000000ff); in read_rgba_span_32()
663 GLubyte (*rgba)[4] = (GLubyte (*)[4])values; in read_rgba_pixels_32()
673 rgba[i][RCOMP] = (GLubyte)((pixel & 0x00ff0000) >> 16); in read_rgba_pixels_32()
674 rgba[i][GCOMP] = (GLubyte)((pixel & 0x0000ff00) >> 8); in read_rgba_pixels_32()
675 rgba[i][BCOMP] = (GLubyte)(pixel & 0x000000ff); in read_rgba_pixels_32()
696 const GLubyte *mask) in write_rgba_span_24()
698 const GLubyte (*rgba)[4] = (const GLubyte (*)[4])values; in write_rgba_span_24()
730 const GLubyte *mask) in write_rgba_pixels_24()
732 const GLubyte (*rgba)[4] = (const GLubyte (*)[4])values; in write_rgba_pixels_24()
748 GLubyte (*rgba)[4] = (GLubyte (*)[4])values; in read_rgba_span_24()
770 GLubyte (*rgba)[4] = (GLubyte (*)[4])values; in read_rgba_pixels_24()
801 const GLubyte *mask) in write_rgba_span_16()
803 const GLubyte (*rgba)[4] = (const GLubyte (*)[4])values; in write_rgba_span_16()
832 const GLubyte *mask) in write_rgba_pixels_16()
834 const GLubyte (*rgba)[4] = (const GLubyte (*)[4])values; in write_rgba_pixels_16()
851 GLubyte (*rgba)[4] = (GLubyte (*)[4])values; in read_rgba_span_16()
875 GLubyte (*rgba)[4] = (GLubyte (*)[4])values; in read_rgba_pixels_16()