Searched refs:GLushort (Results 1 - 25 of 191) sorted by relevance

12345678

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dlines.h44 _mesa_LineStipple( GLint factor, GLushort pattern );
H A Dformat_pack.c455 GLushort *d = ((GLushort *) dst);
472 GLushort *d = ((GLushort *) dst);
482 GLushort *d = ((GLushort *) dst);
499 GLushort *d = ((GLushort *) dst);
506 GLushort *d = ((GLushort *) ds
[all...]
H A Dpack.c485 #define DST_TYPE GLushort
582 GLushort *dst = (GLushort *) dstAddr;
594 GLushort *dst = (GLushort *) dstAddr;
606 GLushort *dst = (GLushort *) dstAddr;
615 GLushort *dst = (GLushort *) dstAddr;
624 GLushort *ds
[all...]
H A Dformat_unpack.c223 const GLushort *s = ((const GLushort *) src);
236 const GLushort *s = ((const GLushort *) src);
250 const GLushort *s = ((const GLushort *) src);
263 const GLushort *s = ((const GLushort *) src);
276 const GLushort *s = ((const GLushort *) sr
[all...]
H A Dlines.c95 _mesa_LineStipple( GLint factor, GLushort pattern )
/external/mesa3d/src/mesa/main/
H A Dlines.h44 _mesa_LineStipple( GLint factor, GLushort pattern );
H A Dformat_pack.c455 GLushort *d = ((GLushort *) dst);
472 GLushort *d = ((GLushort *) dst);
482 GLushort *d = ((GLushort *) dst);
499 GLushort *d = ((GLushort *) dst);
506 GLushort *d = ((GLushort *) ds
[all...]
H A Dpack.c485 #define DST_TYPE GLushort
582 GLushort *dst = (GLushort *) dstAddr;
594 GLushort *dst = (GLushort *) dstAddr;
606 GLushort *dst = (GLushort *) dstAddr;
615 GLushort *dst = (GLushort *) dstAddr;
624 GLushort *ds
[all...]
H A Dformat_unpack.c223 const GLushort *s = ((const GLushort *) src);
236 const GLushort *s = ((const GLushort *) src);
250 const GLushort *s = ((const GLushort *) src);
263 const GLushort *s = ((const GLushort *) src);
276 const GLushort *s = ((const GLushort *) sr
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_masking.c72 const GLushort rMask = ctx->Color.ColorMask[buf][RCOMP] ? 0xffff : 0x0;
73 const GLushort gMask = ctx->Color.ColorMask[buf][GCOMP] ? 0xffff : 0x0;
74 const GLushort bMask = ctx->Color.ColorMask[buf][BCOMP] ? 0xffff : 0x0;
75 const GLushort aMask = ctx->Color.ColorMask[buf][ACOMP] ? 0xffff : 0x0;
76 const GLushort (*dst)[4] = (const GLushort (*)[4]) rbPixels;
77 GLushort (*src)[4] = span->array->rgba16;
H A Ds_texfetch_tmp.h94 const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1);
561 const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1);
562 const GLushort s = *src;
578 const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1);
579 const GLushort s = (*src >> 8) | (*src << 8); /* byte swap */
595 const GLushort *src = TEXEL_ADDR(GLushort, texImag
[all...]
H A Ds_blend.c88 bytes = 4 * n * sizeof(GLushort);
169 GLushort (*rgba)[4] = (GLushort (*)[4]) src;
170 const GLushort (*dest)[4] = (const GLushort (*)[4]) dst;
192 GLushort r = (GLushort) ((rgba[i][RCOMP] - dest[i][RCOMP]) * tt + dest[i][RCOMP]);
193 GLushort g = (GLushort) ((rgba[i][GCOMP] - dest[i][GCOMP]) * tt + dest[i][GCOMP]);
194 GLushort
[all...]
H A Ds_chan.h55 typedef GLushort GLchan;
96 #define CHAN_TO_USHORT(c) ((GLushort) (CLAMP((c), 0.0f, 1.0f) * 65535.0))
H A Ds_fog.c86 * \param TYPE either GLubyte, GLushort or GLfloat.
172 GLushort (*rgba)[4] = span->array->rgba16;
173 FOG_LOOP(GLushort, LINEAR_FOG);
191 GLushort (*rgba)[4] = span->array->rgba16;
192 FOG_LOOP(GLushort, EXP_FOG);
210 GLushort (*rgba)[4] = span->array->rgba16;
211 FOG_LOOP(GLushort, EXP2_FOG);
235 GLushort (*rgba)[4] = span->array->rgba16;
236 FOG_LOOP(GLushort, BLEND_FOG);
H A Ds_alpha.c120 GLushort (*rgba)[4] = span->array->rgba16;
121 GLushort ref;
144 GLushort ref;
/external/mesa3d/src/mesa/swrast/
H A Ds_masking.c72 const GLushort rMask = ctx->Color.ColorMask[buf][RCOMP] ? 0xffff : 0x0;
73 const GLushort gMask = ctx->Color.ColorMask[buf][GCOMP] ? 0xffff : 0x0;
74 const GLushort bMask = ctx->Color.ColorMask[buf][BCOMP] ? 0xffff : 0x0;
75 const GLushort aMask = ctx->Color.ColorMask[buf][ACOMP] ? 0xffff : 0x0;
76 const GLushort (*dst)[4] = (const GLushort (*)[4]) rbPixels;
77 GLushort (*src)[4] = span->array->rgba16;
H A Ds_texfetch_tmp.h94 const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1);
561 const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1);
562 const GLushort s = *src;
578 const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1);
579 const GLushort s = (*src >> 8) | (*src << 8); /* byte swap */
595 const GLushort *src = TEXEL_ADDR(GLushort, texImag
[all...]
H A Ds_blend.c88 bytes = 4 * n * sizeof(GLushort);
169 GLushort (*rgba)[4] = (GLushort (*)[4]) src;
170 const GLushort (*dest)[4] = (const GLushort (*)[4]) dst;
192 GLushort r = (GLushort) ((rgba[i][RCOMP] - dest[i][RCOMP]) * tt + dest[i][RCOMP]);
193 GLushort g = (GLushort) ((rgba[i][GCOMP] - dest[i][GCOMP]) * tt + dest[i][GCOMP]);
194 GLushort
[all...]
H A Ds_chan.h55 typedef GLushort GLchan;
96 #define CHAN_TO_USHORT(c) ((GLushort) (CLAMP((c), 0.0f, 1.0f) * 65535.0))
H A Ds_fog.c86 * \param TYPE either GLubyte, GLushort or GLfloat.
172 GLushort (*rgba)[4] = span->array->rgba16;
173 FOG_LOOP(GLushort, LINEAR_FOG);
191 GLushort (*rgba)[4] = span->array->rgba16;
192 FOG_LOOP(GLushort, EXP_FOG);
210 GLushort (*rgba)[4] = span->array->rgba16;
211 FOG_LOOP(GLushort, EXP2_FOG);
235 GLushort (*rgba)[4] = span->array->rgba16;
236 FOG_LOOP(GLushort, BLEND_FOG);
H A Ds_alpha.c120 GLushort (*rgba)[4] = span->array->rgba16;
121 GLushort ref;
144 GLushort ref;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_array.c49 EXTRACT_FUNC(GLushort, unsigned, 1);
50 EXTRACT_FUNC(GLushort, float, USHRT_MAX);
78 *extract_u = EXTRACT(GLushort, unsigned);
79 *extract_f = EXTRACT(GLushort, float);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_array.c49 EXTRACT_FUNC(GLushort, unsigned, 1);
50 EXTRACT_FUNC(GLushort, float, USHRT_MAX);
78 *extract_u = EXTRACT(GLushort, unsigned);
79 *extract_f = EXTRACT(GLushort, float);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DVertexBuffer11.cpp381 { &copyToFloatVertexData<GLushort, 1, false>, false, DXGI_FORMAT_R32_FLOAT, 4 },
382 { &copyToFloatVertexData<GLushort, 2, false>, false, DXGI_FORMAT_R32G32_FLOAT, 8 },
383 { &copyToFloatVertexData<GLushort, 3, false>, false, DXGI_FORMAT_R32G32B32_FLOAT, 12 },
384 { &copyToFloatVertexData<GLushort, 4, false>, false, DXGI_FORMAT_R32G32B32A32_FLOAT, 16 },
387 { &copyVertexData<GLushort, 1, false, true>, true, DXGI_FORMAT_R16_UNORM, 2 },
388 { &copyVertexData<GLushort, 2, false, true>, true, DXGI_FORMAT_R16G16_UNORM, 4 },
389 { &copyVertexData<GLushort, 3, true, true>, false, DXGI_FORMAT_R16G16B16A16_UNORM, 8 },
390 { &copyVertexData<GLushort, 4, false, true>, true, DXGI_FORMAT_R16G16B16A16_UNORM, 8 },
/external/chromium_org/third_party/angle/samples/gles2_book/Common/
H A DesShapes.c54 GLfloat **texCoords, GLushort **indices )
74 *indices = malloc ( sizeof(GLushort) * numIndices );
110 GLushort *indexBuf = (*indices);
141 GLfloat **texCoords, GLushort **indices )
258 GLushort cubeIndices[] =
274 *indices = malloc ( sizeof(GLushort) * numIndices );

Completed in 458 milliseconds

12345678