HomeSort by relevance Sort by last modified time
    Searched refs:GLushort (Results 1 - 25 of 286) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/main/
lines.h 44 _mesa_LineStipple( GLint factor, GLushort pattern );
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.c 95 _mesa_LineStipple( GLint factor, GLushort pattern )
mipmap.c 259 const GLushort(*rowA)[4] = (const GLushort(*)[4]) srcRowA;
260 const GLushort(*rowB)[4] = (const GLushort(*)[4]) srcRowB;
261 GLushort(*dst)[4] = (GLushort(*)[4]) dstRow;
272 const GLushort(*rowA)[3] = (const GLushort(*)[3]) srcRowA;
273 const GLushort(*rowB)[3] = (const GLushort(*)[3]) srcRowB
    [all...]
macros.h 67 /** Convert GLushort in [0,65535] to GLfloat in [0.0,1.0] */
70 /** Convert GLfloat in [0.0,1.0] to GLushort in [0, 65535] */
126 #define BYTE_TO_USHORT(b) ((b) < 0 ? 0 : ((GLushort) (((b) * 65535) / 255)))
127 #define UBYTE_TO_USHORT(b) (((GLushort) (b) << 8) | (GLushort) (b))
128 #define SHORT_TO_USHORT(s) ((s) < 0 ? 0 : ((GLushort) (((s) * 65535 / 32767))))
129 #define INT_TO_USHORT(i) ((i) < 0 ? 0 : ((GLushort) ((i) >> 15)))
130 #define UINT_TO_USHORT(i) ((i) < 0 ? 0 : ((GLushort) ((i) >> 16)))
132 us = ( (GLushort) F_TO_I( CLAMP((f), 0.0F, 1.0F) * 65535.0F) )
134 us = ( (GLushort) F_TO_I( (f) * 65535.0F)
    [all...]
  /external/mesa3d/src/mesa/swrast/
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_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_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...]
s_chan.h 55 typedef GLushort GLchan;
96 #define CHAN_TO_USHORT(c) ((GLushort) (CLAMP((c), 0.0f, 1.0f) * 65535.0))
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_alpha.c 120 GLushort (*rgba)[4] = span->array->rgba16;
121 GLushort ref;
144 GLushort ref;
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
gl_base_types.h 39 typedef unsigned short GLushort;
  /external/deqp/framework/opengl/wrapper/
glwDefs.cpp 37 DE_STATIC_ASSERT(sizeof(GLushort) == 2);
glwTypes.inl 53 typedef deUint16 GLushort;
  /external/autotest/client/deps/glbench/src/
utils.h 38 int CreateMesh(GLushort **indices, GLsizeiptr *size,
utils.cc 240 int CreateMesh(GLushort **indices, GLsizeiptr *size,
247 GLushort *iptr = *indices = new GLushort[2 * 3 * (width * height)];
255 GLushort first = (j + j2) * (width + 1) + i;
256 GLushort second = first + 1;
257 GLushort third = first + (width + 1);
258 GLushort fourth = third + 1;
271 *size = (iptr - *indices) * sizeof(GLushort);
glinterfacetest.cc 31 const GLushort kIndices[] = { 0, 1, 2,
attributefetchtest.cc 104 GLushort *indices = NULL;
  /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/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
wglext.h 354 extern GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort);
355 extern GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *, GLuint);
356 extern GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort);
357 extern VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort);
359 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id);
360 typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort *table, GLuint length);
361 typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id);
362 typedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 109 #define ELT_TYPE GLushort
147 static GLushort *radeonAllocElts( r100ContextPtr rmesa, GLuint nr )
211 GLushort *des = (GLushort *)( (uintptr_t)dest & ~0x2 ); \
212 (des)[ off + 1 - 2 * ( off & 1 ) ] = (GLushort)(x); \
216 (dest)[offset] = (GLushort) (x); \
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.c 106 #define ELT_TYPE GLushort
142 static GLushort *r200AllocElts( r200ContextPtr rmesa, GLuint nr )
147 GLushort *dest = (GLushort *)(rmesa->radeon.tcl.elt_dma_bo->ptr +
222 GLushort *des = (GLushort *)( (uintptr_t)dest & ~0x2 ); \
223 (des)[ off + 1 - 2 * ( off & 1 ) ] = (GLushort)(x); \
227 (dest)[offset] = (GLushort) (x); \
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
YVURenderer.cpp 34 GLushort g_iIndices3[] = { 0, 1, 2, 3 };

Completed in 722 milliseconds

1 2 3 4 5 6 7 8 91011>>