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

  /external/mesa3d/src/mesa/main/
imports.c 124 _mesa_align_calloc(size_t bytes, unsigned long alignment) function
170 * or _mesa_align_calloc().
imports.h 543 _mesa_align_calloc( size_t bytes, unsigned long alignment );
  /external/mesa3d/src/mesa/tnl/
t_vertex.c 498 vtx->vertex_buf = (GLubyte *)_mesa_align_calloc(vb_size * max_vertex_size, 32 );

Completed in 80 milliseconds