| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | meta.h | 302 struct gl_buffer_object *buf_obj; member in struct:blit_state 327 struct gl_buffer_object *buf_obj; member in struct:clear_state 339 struct gl_buffer_object *buf_obj; member in struct:copypix_state 349 struct gl_buffer_object *buf_obj; member in struct:drawpix_state 362 struct gl_buffer_object *buf_obj; member in struct:bitmap_state 372 struct gl_buffer_object *buf_obj; member in struct:gen_mipmap_state 397 struct gl_buffer_object *buf_obj; member in struct:decompress_state 409 struct gl_buffer_object *buf_obj; member in struct:drawtex_state 593 GLuint *VAO, struct gl_buffer_object **buf_obj, 600 GLuint *VAO, struct gl_buffer_object **buf_obj, [all...] |
| H A D | meta_generate_mipmap.c | 134 _mesa_reference_buffer_object(ctx, &mipmap->buf_obj, NULL); 191 _mesa_meta_setup_vertex_objects(ctx, &mipmap->VAO, &mipmap->buf_obj, true, 195 _mesa_meta_setup_ff_tnl_for_blit(ctx, &mipmap->VAO, &mipmap->buf_obj, 3); 339 _mesa_buffer_data(ctx, mipmap->buf_obj, GL_NONE, sizeof(verts), verts,
|
| H A D | meta.c | 303 * \param buf_obj Storage for vertex buffer object pointer. If \c NULL, a new VBO 321 GLuint *VAO, struct gl_buffer_object **buf_obj, 328 assert(*buf_obj == NULL); 338 *buf_obj = ctx->Driver.NewBufferObject(ctx, 0xDEADBEEF); 339 if (*buf_obj == NULL) 342 _mesa_buffer_data(ctx, *buf_obj, GL_NONE, 4 * sizeof(struct vertex), NULL, 355 *buf_obj, 0, sizeof(struct vertex)); 364 *buf_obj, 0, sizeof(struct vertex)); 374 *buf_obj, 0, sizeof(struct vertex)); 383 *buf_obj, 320 _mesa_meta_setup_vertex_objects(struct gl_context * ctx,GLuint * VAO,struct gl_buffer_object ** buf_obj,bool use_generic_attributes,unsigned vertex_size,unsigned texcoord_size,unsigned color_size) argument 1483 _mesa_meta_setup_ff_tnl_for_blit(struct gl_context * ctx,GLuint * VAO,struct gl_buffer_object ** buf_obj,unsigned texcoord_size) argument [all...] |
| H A D | meta_blit.c | 580 _mesa_meta_setup_vertex_objects(ctx, &blit->VAO, &blit->buf_obj, true, 711 &ctx->Meta->Blit.buf_obj, 806 _mesa_buffer_sub_data(ctx, blit->buf_obj, 0, sizeof(verts), verts); 1043 _mesa_reference_buffer_object(ctx, &blit->buf_obj, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | meta.h | 243 struct gl_buffer_object *buf_obj; member in struct:blit_state 267 struct gl_buffer_object *buf_obj; member in struct:clear_state 278 struct gl_buffer_object *buf_obj; member in struct:copypix_state 288 struct gl_buffer_object *buf_obj; member in struct:drawpix_state 301 struct gl_buffer_object *buf_obj; member in struct:bitmap_state 311 struct gl_buffer_object *buf_obj; member in struct:gen_mipmap_state 336 struct gl_buffer_object *buf_obj; member in struct:decompress_state 348 struct gl_buffer_object *buf_obj; member in struct:drawtex_state 523 GLuint *VAO, struct gl_buffer_object **buf_obj, 530 GLuint *VAO, struct gl_buffer_object **buf_obj, [all...] |
| H A D | meta_generate_mipmap.c | 134 _mesa_reference_buffer_object(ctx, &mipmap->buf_obj, NULL); 191 _mesa_meta_setup_vertex_objects(ctx, &mipmap->VAO, &mipmap->buf_obj, true, 195 _mesa_meta_setup_ff_tnl_for_blit(ctx, &mipmap->VAO, &mipmap->buf_obj, 3); 338 _mesa_buffer_data(ctx, mipmap->buf_obj, GL_NONE, sizeof(verts), verts,
|
| H A D | meta.c | 308 * \param buf_obj Storage for vertex buffer object pointer. If \c NULL, a new VBO 326 GLuint *VAO, struct gl_buffer_object **buf_obj, 333 assert(*buf_obj == NULL); 343 *buf_obj = ctx->Driver.NewBufferObject(ctx, 0xDEADBEEF); 344 if (*buf_obj == NULL) 347 _mesa_buffer_data(ctx, *buf_obj, GL_NONE, 4 * sizeof(struct vertex), NULL, 360 *buf_obj, 0, sizeof(struct vertex), false, 370 *buf_obj, 0, sizeof(struct vertex), false, 381 *buf_obj, 0, sizeof(struct vertex), false, 391 *buf_obj, 325 _mesa_meta_setup_vertex_objects(struct gl_context * ctx,GLuint * VAO,struct gl_buffer_object ** buf_obj,bool use_generic_attributes,unsigned vertex_size,unsigned texcoord_size,unsigned color_size) argument 1487 _mesa_meta_setup_ff_tnl_for_blit(struct gl_context * ctx,GLuint * VAO,struct gl_buffer_object ** buf_obj,unsigned texcoord_size) argument [all...] |
| H A D | meta_blit.c | 74 _mesa_meta_setup_vertex_objects(ctx, &blit->VAO, &blit->buf_obj, true, 189 &ctx->Meta->Blit.buf_obj, 280 _mesa_buffer_sub_data(ctx, blit->buf_obj, 0, sizeof(verts), verts); 510 _mesa_reference_buffer_object(ctx, &blit->buf_obj, NULL);
|