Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Darrayobj.c236 struct gl_array_attributes *array = &vao->VertexAttrib[index]; in init_array()
322 const struct gl_array_attributes *attrib_array = in _mesa_update_vao_client_arrays()
344 const struct gl_array_attributes *attrib_array = in _mesa_all_varyings_in_vbos()
375 const struct gl_array_attributes *attrib_array = in _mesa_all_buffers_are_unmapped()
Dvarray.h43 _mesa_vertex_attrib_address(const struct gl_array_attributes *array, in _mesa_vertex_attrib_address()
59 const struct gl_array_attributes *src, in _mesa_update_client_array()
468 struct gl_array_attributes *dst,
469 const struct gl_array_attributes *src);
Dvarray.c138 struct gl_array_attributes *array = &vao->VertexAttrib[attribIndex]; in vertex_attrib_binding()
301 struct gl_array_attributes *const array = &vao->VertexAttrib[attrib]; in _mesa_update_array_format()
569 struct gl_array_attributes *array = &vao->VertexAttrib[attrib]; in update_array()
1226 const struct gl_array_attributes *array; in get_vertex_array_attrib()
2817 struct gl_array_attributes *dst, in _mesa_copy_vertex_attrib_array()
2818 const struct gl_array_attributes *src) in _mesa_copy_vertex_attrib_array()
2859 const struct gl_array_attributes *array = &vao->VertexAttrib[i]; in _mesa_print_arrays()
Dapi_arrayelt.c51 const struct gl_array_attributes *array;
59 const struct gl_array_attributes *array;
1624 struct gl_array_attributes *attribArray = in _ae_update_state()
1644 struct gl_array_attributes *attribArray = in _ae_update_state()
Dmtypes.h1491 struct gl_array_attributes struct
1550 struct gl_array_attributes VertexAttrib[VERT_ATTRIB_MAX];
Dget.c635 struct gl_array_attributes *array; in find_custom_value()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_array.c54 const struct gl_array_attributes *array = &vao->VertexAttrib[attrib]; in check_array_data()
104 const struct gl_array_attributes *array = &vao->VertexAttrib[attrib]; in unmap_array_buffer()
250 const struct gl_array_attributes *array = &vao->VertexAttrib[i]; in print_draw_arrays()
299 const struct gl_array_attributes *array = ctx->Array.VAO->VertexAttrib; in recalculate_input_bindings()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h172 …{ GL_TEXTURE_COORD_ARRAY, LOC_CUSTOM, TYPE_BOOLEAN, offsetof(struct gl_array_attributes, Enabled),…
173 …{ GL_TEXTURE_COORD_ARRAY_SIZE, LOC_CUSTOM, TYPE_INT, offsetof(struct gl_array_attributes, Size), N…
174 …{ GL_TEXTURE_COORD_ARRAY_TYPE, LOC_CUSTOM, TYPE_ENUM, offsetof(struct gl_array_attributes, Type), …
175 …{ GL_TEXTURE_COORD_ARRAY_STRIDE, LOC_CUSTOM, TYPE_INT, offsetof(struct gl_array_attributes, Stride…