Searched refs:_ElementSize (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_context.c70 cl->_ElementSize = cl->Size * sizeof(GLfloat);
97 cl->_ElementSize = cl->Size * sizeof(GLfloat);
144 cl->_ElementSize = cl->Size * sizeof(GLfloat);
H A Dvbo_save_draw.c95 vbo->currval[i]._ElementSize = vbo->currval[i].Size * sizeof(GLfloat);
211 arrays[attr]._ElementSize = arrays[attr].Size * sizeof(GLfloat);
H A Dvbo_split_copy.c531 dst->_ElementSize = src->_ElementSize;
H A Dvbo_exec_draw.c248 arrays[attr]._ElementSize = arrays[attr].Size * sizeof(GLfloat);
H A Dvbo_exec_api.c180 vbo->currval[i]._ElementSize = vbo->currval[i].Size * sizeof(GLfloat);
/external/mesa3d/src/mesa/vbo/
H A Dvbo_context.c70 cl->_ElementSize = cl->Size * sizeof(GLfloat);
97 cl->_ElementSize = cl->Size * sizeof(GLfloat);
144 cl->_ElementSize = cl->Size * sizeof(GLfloat);
H A Dvbo_save_draw.c95 vbo->currval[i]._ElementSize = vbo->currval[i].Size * sizeof(GLfloat);
211 arrays[attr]._ElementSize = arrays[attr].Size * sizeof(GLfloat);
H A Dvbo_split_copy.c531 dst->_ElementSize = src->_ElementSize;
H A Dvbo_exec_draw.c248 arrays[attr]._ElementSize = arrays[attr].Size * sizeof(GLfloat);
H A Dvbo_exec_api.c180 vbo->currval[i]._ElementSize = vbo->currval[i].Size * sizeof(GLfloat);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_array.c406 GLuint element_size = array->_ElementSize;
477 assert(array->_ElementSize == array->Size * _mesa_sizeof_type(array->Type));
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_array.c406 GLuint element_size = array->_ElementSize;
477 assert(array->_ElementSize == array->Size * _mesa_sizeof_type(array->Type));
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvarray.h55 - array->_ElementSize) / array->StrideB;
H A Darrayobj.c196 array->_ElementSize = size * _mesa_sizeof_type(type);
H A Dvarray.c265 array->_ElementSize = elementSize;
1211 dst->_ElementSize = src->_ElementSize;
1230 array->_ElementSize, array->StrideB,
H A Dmtypes.h1560 GLuint _ElementSize; /**< size of each element in bytes */ member in struct:gl_client_array
/external/mesa3d/src/mesa/main/
H A Dvarray.h55 - array->_ElementSize) / array->StrideB;
H A Darrayobj.c196 array->_ElementSize = size * _mesa_sizeof_type(type);
H A Dvarray.c265 array->_ElementSize = elementSize;
1211 dst->_ElementSize = src->_ElementSize;
1230 array->_ElementSize, array->StrideB,
H A Dmtypes.h1560 GLuint _ElementSize; /**< size of each element in bytes */ member in struct:gl_client_array
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_vbo_t.c148 render->vertex_size += array->_ElementSize;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_vbo_t.c148 render->vertex_size += array->_ElementSize;

Completed in 4116 milliseconds