Lines Matching refs:GLushort
88 bytes = 4 * n * sizeof(GLushort); in blend_noop()
169 GLushort (*rgba)[4] = (GLushort (*)[4]) src; in blend_transparency_ushort()
170 const GLushort (*dest)[4] = (const GLushort (*)[4]) dst; in blend_transparency_ushort()
192 GLushort r = (GLushort) ((rgba[i][RCOMP] - dest[i][RCOMP]) * tt + dest[i][RCOMP]); in blend_transparency_ushort()
193 GLushort g = (GLushort) ((rgba[i][GCOMP] - dest[i][GCOMP]) * tt + dest[i][GCOMP]); in blend_transparency_ushort()
194 GLushort b = (GLushort) ((rgba[i][BCOMP] - dest[i][BCOMP]) * tt + dest[i][BCOMP]); in blend_transparency_ushort()
195 GLushort a = (GLushort) ((rgba[i][ACOMP] - dest[i][ACOMP]) * tt + dest[i][ACOMP]); in blend_transparency_ushort()
274 GLushort (*rgba)[4] = (GLushort (*)[4]) src; in blend_add()
275 const GLushort (*dest)[4] = (const GLushort (*)[4]) dst; in blend_add()
333 GLushort (*rgba)[4] = (GLushort (*)[4]) src; in blend_min()
334 const GLushort (*dest)[4] = (const GLushort (*)[4]) dst; in blend_min()
386 GLushort (*rgba)[4] = (GLushort (*)[4]) src; in blend_max()
387 const GLushort (*dest)[4] = (const GLushort (*)[4]) dst; in blend_max()
439 GLushort (*rgba)[4] = (GLushort (*)[4]) src; in blend_modulate()
440 const GLushort (*dest)[4] = (const GLushort (*)[4]) dst; in blend_modulate()
859 GLushort (*rgba)[4] = (GLushort (*)[4]) src; in blend_general()
860 const GLushort (*dest)[4] = (const GLushort (*)[4]) dst; in blend_general()