OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_mesa_align_calloc
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex.c
498
vtx->vertex_buf = (GLubyte *)
_mesa_align_calloc
(vb_size * max_vertex_size, 32 );
/external/mesa3d/src/mesa/tnl/
t_vertex.c
498
vtx->vertex_buf = (GLubyte *)
_mesa_align_calloc
(vb_size * max_vertex_size, 32 );
Completed in 3051 milliseconds