HomeSort by relevance Sort by last modified time
    Searched refs:_mesa_vector4f_alloc (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_vector.h 76 extern void _mesa_vector4f_alloc( GLvector4f *v, GLbitfield flags,
m_vector.c 98 _mesa_vector4f_alloc( GLvector4f *v, GLbitfield flags, GLuint count, function
  /external/mesa3d/src/mesa/math/
m_vector.h 76 extern void _mesa_vector4f_alloc( GLvector4f *v, GLbitfield flags,
m_vector.c 98 _mesa_vector4f_alloc( GLvector4f *v, GLbitfield flags, GLuint count, function
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_light.c 433 _mesa_vector4f_alloc( &store->Input, 0, size, 32 );
434 _mesa_vector4f_alloc( &store->LitColor[0], 0, size, 32 );
435 _mesa_vector4f_alloc( &store->LitColor[1], 0, size, 32 );
436 _mesa_vector4f_alloc( &store->LitSecondary[0], 0, size, 32 );
437 _mesa_vector4f_alloc( &store->LitSecondary[1], 0, size, 32 );
t_vb_points.c 89 _mesa_vector4f_alloc( &store->PointSize, 0, VB->Size, 32 );
t_vb_texmat.c 98 _mesa_vector4f_alloc( &store->texcoord[i], 0, VB->Size, 32 );
t_vb_vertex.c 244 _mesa_vector4f_alloc( &store->eye, 0, size, 32 );
245 _mesa_vector4f_alloc( &store->clip, 0, size, 32 );
246 _mesa_vector4f_alloc( &store->proj, 0, size, 32 );
t_vb_normals.c 159 _mesa_vector4f_alloc( &store->normal, 0, tnl->vb.Size, 32 );
t_vb_program.c 346 _mesa_vector4f_alloc( &store->results[i], 0, VB->Size, 32 );
523 _mesa_vector4f_alloc( &store->ndcCoords, 0, size, 32 );
t_vb_fog.c 247 _mesa_vector4f_alloc( &store->fogcoord, 0, tnl->vb.Size, 32 );
t_vb_texgen.c 571 _mesa_vector4f_alloc( &store->texcoord[i], 0, VB->Size, 32 );
  /external/mesa3d/src/mesa/tnl/
t_vb_light.c 433 _mesa_vector4f_alloc( &store->Input, 0, size, 32 );
434 _mesa_vector4f_alloc( &store->LitColor[0], 0, size, 32 );
435 _mesa_vector4f_alloc( &store->LitColor[1], 0, size, 32 );
436 _mesa_vector4f_alloc( &store->LitSecondary[0], 0, size, 32 );
437 _mesa_vector4f_alloc( &store->LitSecondary[1], 0, size, 32 );
t_vb_points.c 89 _mesa_vector4f_alloc( &store->PointSize, 0, VB->Size, 32 );
t_vb_texmat.c 98 _mesa_vector4f_alloc( &store->texcoord[i], 0, VB->Size, 32 );
t_vb_vertex.c 244 _mesa_vector4f_alloc( &store->eye, 0, size, 32 );
245 _mesa_vector4f_alloc( &store->clip, 0, size, 32 );
246 _mesa_vector4f_alloc( &store->proj, 0, size, 32 );
t_vb_normals.c 159 _mesa_vector4f_alloc( &store->normal, 0, tnl->vb.Size, 32 );
t_vb_program.c 346 _mesa_vector4f_alloc( &store->results[i], 0, VB->Size, 32 );
523 _mesa_vector4f_alloc( &store->ndcCoords, 0, size, 32 );
t_vb_fog.c 247 _mesa_vector4f_alloc( &store->fogcoord, 0, tnl->vb.Size, 32 );
t_vb_texgen.c 571 _mesa_vector4f_alloc( &store->texcoord[i], 0, VB->Size, 32 );
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_context.c 383 _mesa_vector4f_alloc( &rmesa->tcl.ObjClean, 0,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.c 383 _mesa_vector4f_alloc( &rmesa->tcl.ObjClean, 0,

Completed in 383 milliseconds