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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
glformats.h 41 _mesa_sizeof_type( GLenum type );
arrayobj.c 196 array->_ElementSize = size * _mesa_sizeof_type(type);
glformats.c 73 _mesa_sizeof_type(GLenum type) function
105 * Same as _mesa_sizeof_type() but also accepting the packed pixel
    [all...]
varray.c 254 elementSize = _mesa_sizeof_type(type) * size;
    [all...]
  /external/mesa3d/src/mesa/main/
glformats.h 41 _mesa_sizeof_type( GLenum type );
arrayobj.c 196 array->_ElementSize = size * _mesa_sizeof_type(type);
glformats.c 73 _mesa_sizeof_type(GLenum type) function
105 * Same as _mesa_sizeof_type() but also accepting the packed pixel
    [all...]
varray.c 254 elementSize = _mesa_sizeof_type(type) * size;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_array.c 408 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/
st_atom_array.c 408 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/
vbo_split_inplace.c 78 split->min_index * _mesa_sizeof_type(ib.type));
vbo_split_copy.c 107 return array->Size * _mesa_sizeof_type(array->Type);
  /external/mesa3d/src/mesa/vbo/
vbo_split_inplace.c 78 split->min_index * _mesa_sizeof_type(ib.type));
vbo_split_copy.c 107 return array->Size * _mesa_sizeof_type(array->Type);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_vbo_t.c 49 return align(_mesa_sizeof_type(a->Type) * a->Size, 4);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_vbo_t.c 49 return align(_mesa_sizeof_type(a->Type) * a->Size, 4);

Completed in 320 milliseconds