/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
format_pack.c | 455 GLushort *d = ((GLushort *) dst); 472 GLushort *d = ((GLushort *) dst); 482 GLushort *d = ((GLushort *) dst); 499 GLushort *d = ((GLushort *) dst); 506 GLushort *d = ((GLushort *) dst) [all...] |
pack.c | 485 #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 *dst = (GLushort *) dstAddr [all...] |
format_unpack.c | 223 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 *) src) [all...] |
lines.h | 44 _mesa_LineStipple( GLint factor, GLushort pattern );
|
api_arrayelt.c | 350 VertexAttrib1NusvNV(GLuint index, const GLushort *v) 356 VertexAttrib1usvNV(GLuint index, const GLushort *v) 362 VertexAttrib2NusvNV(GLuint index, const GLushort *v) 369 VertexAttrib2usvNV(GLuint index, const GLushort *v) 376 VertexAttrib3NusvNV(GLuint index, const GLushort *v) 384 VertexAttrib3usvNV(GLuint index, const GLushort *v) 391 VertexAttrib4NusvNV(GLuint index, const GLushort *v) 400 VertexAttrib4usvNV(GLuint index, const GLushort *v) 870 VertexAttrib1NusvARB(GLuint index, const GLushort *v) 876 VertexAttrib1usvARB(GLuint index, const GLushort *v [all...] |
/external/mesa3d/src/mesa/main/ |
format_pack.c | 455 GLushort *d = ((GLushort *) dst); 472 GLushort *d = ((GLushort *) dst); 482 GLushort *d = ((GLushort *) dst); 499 GLushort *d = ((GLushort *) dst); 506 GLushort *d = ((GLushort *) dst) [all...] |
pack.c | 485 #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 *dst = (GLushort *) dstAddr [all...] |
format_unpack.c | 223 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 *) src) [all...] |
lines.h | 44 _mesa_LineStipple( GLint factor, GLushort pattern );
|
api_arrayelt.c | 350 VertexAttrib1NusvNV(GLuint index, const GLushort *v) 356 VertexAttrib1usvNV(GLuint index, const GLushort *v) 362 VertexAttrib2NusvNV(GLuint index, const GLushort *v) 369 VertexAttrib2usvNV(GLuint index, const GLushort *v) 376 VertexAttrib3NusvNV(GLuint index, const GLushort *v) 384 VertexAttrib3usvNV(GLuint index, const GLushort *v) 391 VertexAttrib4NusvNV(GLuint index, const GLushort *v) 400 VertexAttrib4usvNV(GLuint index, const GLushort *v) 870 VertexAttrib1NusvARB(GLuint index, const GLushort *v) 876 VertexAttrib1usvARB(GLuint index, const GLushort *v [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_texfetch_tmp.h | 94 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, texImage, i, j, k, 1) [all...] |
s_masking.c | 72 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;
|
s_fog.c | 86 * \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);
|
s_blend.c | 88 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 b = (GLushort) ((rgba[i][BCOMP] - dest[i][BCOMP]) * tt + dest[i][BCOMP]) [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_texfetch_tmp.h | 94 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, texImage, i, j, k, 1) [all...] |
s_masking.c | 72 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;
|
s_fog.c | 86 * \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);
|
s_blend.c | 88 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 b = (GLushort) ((rgba[i][BCOMP] - dest[i][BCOMP]) * tt + dest[i][BCOMP]) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_array.c | 49 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/ |
nouveau_array.c | 49 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/samples/gles2_book/Common/ |
esShapes.c | 54 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 );
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
VertexBuffer11.cpp | 381 { ©ToFloatVertexData<GLushort, 1, false>, false, DXGI_FORMAT_R32_FLOAT, 4 }, 382 { ©ToFloatVertexData<GLushort, 2, false>, false, DXGI_FORMAT_R32G32_FLOAT, 8 }, 383 { ©ToFloatVertexData<GLushort, 3, false>, false, DXGI_FORMAT_R32G32B32_FLOAT, 12 }, 384 { ©ToFloatVertexData<GLushort, 4, false>, false, DXGI_FORMAT_R32G32B32A32_FLOAT, 16 }, 387 { ©VertexData<GLushort, 1, false, true>, true, DXGI_FORMAT_R16_UNORM, 2 }, 388 { ©VertexData<GLushort, 2, false, true>, true, DXGI_FORMAT_R16G16_UNORM, 4 }, 389 { ©VertexData<GLushort, 3, true, true>, false, DXGI_FORMAT_R16G16B16A16_UNORM, 8 }, 390 { ©VertexData<GLushort, 4, false, true>, true, DXGI_FORMAT_R16G16B16A16_UNORM, 8 },
|
IndexDataManager.cpp | 62 GLushort *out = static_cast<GLushort*>(output); 75 memcpy(output, input, count * sizeof(GLushort)); 105 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex); 136 case GL_UNSIGNED_SHORT: alignedOffset = (offset % sizeof(GLushort) == 0); break;
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
gl_base_types.h | 39 typedef unsigned short GLushort;
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
gl_base_types.h | 39 typedef unsigned short GLushort;
|