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

  /external/mesa3d/src/mesa/main/
imports.c 85 _mesa_align_malloc(size_t bytes, unsigned long alignment) function
120 * Same as _mesa_align_malloc(), but using calloc(1, ) instead of
129 mem = _mesa_align_malloc(bytes, alignment);
169 * Free memory which was allocated with either _mesa_align_malloc()
201 void *newBuf = _mesa_align_malloc(newSize, alignment);
imports.h 540 _mesa_align_malloc( size_t bytes, unsigned long alignment );
  /external/mesa3d/src/mesa/math/
m_vector.c 103 v->storage = _mesa_align_malloc( count * 4 * sizeof(GLfloat), alignment );
m_debug_norm.c 211 mat->m = (GLfloat *) _mesa_align_malloc( 16 * sizeof(GLfloat), 16 );
m_debug_xform.c 186 mat->m = (GLfloat *) _mesa_align_malloc( 16 * sizeof(GLfloat), 16 );
m_matrix.c     [all...]
  /external/mesa3d/src/mesa/swrast/
s_texture.c 75 swImg->Buffer = _mesa_align_malloc(bytes, 512);
  /external/mesa3d/src/mesa/tnl/
t_vb_vertex.c 248 store->clipmask = (GLubyte *) _mesa_align_malloc(sizeof(GLubyte)*size, 32 );
t_vb_program.c 524 store->clipmask = (GLubyte *) _mesa_align_malloc(sizeof(GLubyte)*size, 32 );
  /external/mesa3d/src/mesa/program/
prog_parameter.c 60 _mesa_align_malloc(size * 4 *sizeof(gl_constant_value), 16);
  /external/mesa3d/src/mesa/vbo/
vbo_exec_api.c     [all...]

Completed in 636 milliseconds