Searched refs:_mesa_sizeof_type (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dglformats.h41 _mesa_sizeof_type( GLenum type );
H A Darrayobj.c196 array->_ElementSize = size * _mesa_sizeof_type(type);
H A Dglformats.c73 _mesa_sizeof_type(GLenum type) function
105 * Same as _mesa_sizeof_type() but also accepting the packed pixel
H A Dvarray.c254 elementSize = _mesa_sizeof_type(type) * size;
/external/mesa3d/src/mesa/main/
H A Dglformats.h41 _mesa_sizeof_type( GLenum type );
H A Darrayobj.c196 array->_ElementSize = size * _mesa_sizeof_type(type);
H A Dglformats.c73 _mesa_sizeof_type(GLenum type) function
105 * Same as _mesa_sizeof_type() but also accepting the packed pixel
H A Dvarray.c254 elementSize = _mesa_sizeof_type(type) * size;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_array.c408 assert(element_size == array->Size * _mesa_sizeof_type(array->Type));
477 assert(array->_ElementSize == array->Size * _mesa_sizeof_type(array->Type));
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_array.c408 assert(element_size == array->Size * _mesa_sizeof_type(array->Type));
477 assert(array->_ElementSize == array->Size * _mesa_sizeof_type(array->Type));
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_split_inplace.c78 split->min_index * _mesa_sizeof_type(ib.type));
H A Dvbo_split_copy.c107 return array->Size * _mesa_sizeof_type(array->Type);
/external/mesa3d/src/mesa/vbo/
H A Dvbo_split_inplace.c78 split->min_index * _mesa_sizeof_type(ib.type));
H A Dvbo_split_copy.c107 return array->Size * _mesa_sizeof_type(array->Type);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_vbo_t.c49 return align(_mesa_sizeof_type(a->Type) * a->Size, 4);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_vbo_t.c49 return align(_mesa_sizeof_type(a->Type) * a->Size, 4);

Completed in 359 milliseconds