Home
last modified time | relevance | path

Searched refs:IndexBufferObj (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddraw.c136 if (vao->IndexBufferObj) in check_draw_elements_data()
138 ADD_POINTERS(vao->IndexBufferObj->Mappings[MAP_INTERNAL].Pointer, elements); in check_draw_elements_data()
753 ctx->Array.VAO->IndexBufferObj->Size,
755 ctx->Array.VAO->IndexBufferObj,
762 for (i = 0; i < ctx->Array.VAO->IndexBufferObj->Size; i++) {
774 for (i = 0; i < ctx->Array.VAO->IndexBufferObj->Size / 2; i++) {
786 for (i = 0; i < ctx->Array.VAO->IndexBufferObj->Size / 4; i++) {
798 ctx->Driver.UnmapBuffer(ctx, ctx->Array.VAO->IndexBufferObj, MAP_INTERNAL);
812 if (!ctx->Array.VAO->IndexBufferObj && indices == NULL) in skip_draw_elements()
848 ib.obj = ctx->Array.VAO->IndexBufferObj; in _mesa_validated_drawrangeelements()
[all …]
Darrayobj.c338 _mesa_reference_buffer_object(ctx, &obj->IndexBufferObj, NULL); in _mesa_delete_vao()
909 struct gl_buffer_object *bo = vao->IndexBufferObj; in _mesa_vao_map()
950 struct gl_buffer_object *bo = vao->IndexBufferObj; in _mesa_vao_unmap()
1261 _mesa_reference_buffer_object(ctx, &vao->IndexBufferObj, bufObj); in vertex_array_element_buffer()
1311 param[0] = vao->IndexBufferObj ? vao->IndexBufferObj->Name : 0; in _mesa_GetVertexArrayiv()
Dattrib.c1646 _mesa_reference_buffer_object(ctx, &dest->VAO->IndexBufferObj, in save_array_attrib()
1647 src->VAO->IndexBufferObj); in save_array_attrib()
1687 if (is_vao_name_zero || !src->VAO->IndexBufferObj || in restore_array_attrib()
1688 _mesa_IsBuffer(src->VAO->IndexBufferObj->Name)) { in restore_array_attrib()
1690 src->VAO->IndexBufferObj ? in restore_array_attrib()
1691 src->VAO->IndexBufferObj->Name : 0); in restore_array_attrib()
1754 _mesa_reference_buffer_object(ctx, &head->VAO.IndexBufferObj, NULL); in _mesa_PopClientAttrib()
Ddraw_validate.c777 if (!ctx->Array.VAO->IndexBufferObj) { in _mesa_validate_MultiDrawElements()
1207 if (!ctx->Array.VAO->IndexBufferObj) { in valid_draw_indirect_elements()
Dbufferobj.c130 if (ctx->Array.VAO->IndexBufferObj) in get_buffer_target()
131 ctx->Array.VAO->IndexBufferObj->UsageHistory in get_buffer_target()
133 return &ctx->Array.VAO->IndexBufferObj; in get_buffer_target()
1028 bind_buffer_object(ctx, &ctx->Array.VAO->IndexBufferObj, 0); in _mesa_update_default_objects_buffer_objects()
1479 if (vao->IndexBufferObj == bufObj) { in delete_buffers()
1480 bind_buffer_object(ctx, &vao->IndexBufferObj, 0); in delete_buffers()
Dmtypes.h1597 struct gl_buffer_object *IndexBufferObj; member
Dget.c1016 buf = ctx->Array.VAO->IndexBufferObj; in find_custom_value()
/external/mesa3d/src/mesa/vbo/
Dvbo_save_api.c1409 struct gl_buffer_object *indexbuf = vao->IndexBufferObj; in _save_OBE_DrawElementsBaseVertex()