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

12 3 4 5 6 7 8 91011>>

  /external/autotest/client/deps/glbench/src/
trianglesetuptest.cc 62 GLushort *indices = NULL;
varyingsandddxytest.cc 175 GLushort *indices = NULL;
  /external/mesa3d/src/mesa/math/
m_translate.h 36 * For example, convert array of GLushort[3] to GLfloat[4].
87 extern void _math_trans_4us(GLushort (*to)[4],
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
YVURenderer.cpp 34 GLushort g_iIndices3[] = { 0, 1, 2, 3 };
SurfaceTextureRenderer.cpp 32 GLushort g_iIndices2[] = { 0, 1, 2, 3 };
WarpRenderer.cpp 34 GLushort g_iIndices[] = { 0, 1, 2, 3 };
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 73 void (GLAPIENTRY * Color3us)(GLushort, GLushort, GLushort);
74 void (GLAPIENTRY * Color3usv)(const GLushort *);
89 void (GLAPIENTRY * Color4us)(GLushort, GLushort, GLushort, GLushort);
90 void (GLAPIENTRY * Color4usv)(const GLushort *);
217 void (GLAPIENTRY * LineStipple)(GLint, GLushort);
    [all...]
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 247 const GLushort quadIndices[] = { 0, 1, 2, 0, 2, 3 };
250 GLushort* indices = (GLushort*)malloc(quads*sizeof(quadIndices));
  /external/mesa3d/src/mesa/main/
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...]
image.c 51 _mesa_swap2( GLushort *p, GLuint n )
477 GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst);
488 memcpy(dst, tempBuffer, count * 4 * sizeof(GLushort));
509 const GLushort (*src2)[4] = (const GLushort (*)[4]) src;
524 const GLushort (*src2)[4] = (const GLushort (*)[4]) src;
554 GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst)
    [all...]
pixel.c 282 _mesa_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values )
308 values = (const GLushort *) _mesa_map_pbo_source(ctx, &ctx->Unpack, values);
440 _mesa_GetnPixelMapusvARB( GLenum map, GLsizei bufSize, GLushort *values )
461 values = (GLushort *) _mesa_map_pbo_dest(ctx, &ctx->Pack, values);
474 values[i] = (GLushort) CLAMP(ctx->PixelMaps.ItoI.Map[i], 0.0, 65535.);
479 values[i] = (GLushort) CLAMP(ctx->PixelMaps.StoS.Map[i], 0.0, 65535.);
493 _mesa_GetPixelMapusv( GLenum map, GLushort *values )
glformats.c 83 return sizeof(GLushort);
119 return sizeof(GLushort);
142 return sizeof(GLushort);
257 return sizeof(GLushort);
266 return sizeof(GLushort);
281 return sizeof(GLushort);
    [all...]
compiler.h 453 static GLushort mask = DEFAULT_X86_FPU; \
459 static GLushort mask = FAST_X86_FPU; \
texstore.c     [all...]
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.cpp 104 void genIndices (vector<GLushort>& indices, int triangleCount)
110 indices.push_back((GLushort)(triangleNdx*3));
111 indices.push_back((GLushort)(triangleNdx*3+1));
112 indices.push_back((GLushort)(triangleNdx*3+2));
241 vector<GLushort> indices;
253 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, (GLsizeiptr)(indices.size() * sizeof(GLushort)), &(indices[0]), GL_STATIC_DRAW);
  /external/mesa3d/src/mesa/drivers/x11/
xm_line.c 220 GLushort pixel = PACK_5R6G5B( color[0], color[1], color[2] );
221 #define PIXEL_TYPE GLushort
238 #define PIXEL_TYPE GLushort
369 GLushort pixel = PACK_5R6G5B( color[0], color[1], color[2] );
372 #define PIXEL_TYPE GLushort
395 #define PIXEL_TYPE GLushort
xm_tri.c 262 #define PIXEL_TYPE GLushort
292 #define PIXEL_TYPE GLushort
488 #define PIXEL_TYPE GLushort
492 GLushort p = PACK_5R6G5B( v2->color[0], v2->color[1], v2->color[2] );
514 #define PIXEL_TYPE GLushort
691 #define PIXEL_TYPE GLushort
714 #define PIXEL_TYPE GLushort
861 #define PIXEL_TYPE GLushort
881 #define PIXEL_TYPE GLushort
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.cpp 32 GLushort g_iIndices2[] = { 0, 1, 2, 3 };
WarpRenderer.cpp 34 GLushort g_iIndices[] = { 0, 1, 2, 3 };
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_ioctl.h 60 extern GLushort *r200AllocEltsOpenEnded( r200ContextPtr rmesa,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_ioctl.h 56 extern GLushort *radeonAllocEltsOpenEnded( r100ContextPtr rmesa,
  /external/mesa3d/src/mesa/swrast/
s_span.h 85 GLushort rgba16[SWRAST_MAX_WIDTH][4];
s_clear.c 141 SIMPLE_TYPE_CLEAR(GLushort);
150 MULTI_WORD_CLEAR(GLushort, 3);
s_zoom.c 222 const GLushort (*rgba)[4] = (const GLushort (*)[4]) src;
257 const GLushort (*rgb)[3] = (const GLushort (*)[3]) src;
306 ((zoomed.array->ChanType == GL_UNSIGNED_SHORT) ? 4 * sizeof(GLushort)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_emit.c 328 GLushort *pc,
329 GLushort *pc_persp,
330 GLushort *pc_linear)
432 GLushort pc, pc_persp, pc_linear;
516 GLushort pc, pc_persp, pc_linear;
579 GLushort pc, pc_persp, pc_linear, pc_coord_replace;
675 GLushort pc, pc_persp, pc_linear;

Completed in 546 milliseconds

12 3 4 5 6 7 8 91011>>