Searched refs:buf_obj (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.h | 302 struct gl_buffer_object *buf_obj; member 326 struct gl_buffer_object *buf_obj; member 338 struct gl_buffer_object *buf_obj; member 348 struct gl_buffer_object *buf_obj; member 361 struct gl_buffer_object *buf_obj; member 371 struct gl_buffer_object *buf_obj; member 396 struct gl_buffer_object *buf_obj; member 408 struct gl_buffer_object *buf_obj; member 612 GLuint *VAO, struct gl_buffer_object **buf_obj, 619 GLuint *VAO, struct gl_buffer_object **buf_obj,
|
D | meta_generate_mipmap.c | 134 _mesa_reference_buffer_object(ctx, &mipmap->buf_obj, NULL); in _mesa_meta_glsl_generate_mipmap_cleanup() 191 _mesa_meta_setup_vertex_objects(ctx, &mipmap->VAO, &mipmap->buf_obj, true, in _mesa_meta_GenerateMipmap() 195 _mesa_meta_setup_ff_tnl_for_blit(ctx, &mipmap->VAO, &mipmap->buf_obj, 3); in _mesa_meta_GenerateMipmap() 339 _mesa_buffer_data(ctx, mipmap->buf_obj, GL_NONE, sizeof(verts), verts, in _mesa_meta_GenerateMipmap()
|
D | meta.c | 299 GLuint *VAO, struct gl_buffer_object **buf_obj, in _mesa_meta_setup_vertex_objects() argument 306 assert(*buf_obj == NULL); in _mesa_meta_setup_vertex_objects() 316 *buf_obj = ctx->Driver.NewBufferObject(ctx, 0xDEADBEEF); in _mesa_meta_setup_vertex_objects() 317 if (*buf_obj == NULL) in _mesa_meta_setup_vertex_objects() 320 _mesa_buffer_data(ctx, *buf_obj, GL_NONE, 4 * sizeof(struct vertex), NULL, in _mesa_meta_setup_vertex_objects() 332 *buf_obj, 0, sizeof(struct vertex)); in _mesa_meta_setup_vertex_objects() 341 *buf_obj, 0, sizeof(struct vertex)); in _mesa_meta_setup_vertex_objects() 351 *buf_obj, 0, sizeof(struct vertex)); in _mesa_meta_setup_vertex_objects() 360 *buf_obj, 0, sizeof(struct vertex)); in _mesa_meta_setup_vertex_objects() 370 *buf_obj, 0, sizeof(struct vertex)); in _mesa_meta_setup_vertex_objects() [all …]
|
D | meta_blit.c | 580 _mesa_meta_setup_vertex_objects(ctx, &blit->VAO, &blit->buf_obj, true, in setup_glsl_blit_framebuffer() 708 &ctx->Meta->Blit.buf_obj, in blitframebuffer_texture() 803 _mesa_buffer_sub_data(ctx, blit->buf_obj, 0, sizeof(verts), verts, in blitframebuffer_texture() 1047 _mesa_reference_buffer_object(ctx, &blit->buf_obj, NULL); in _mesa_meta_glsl_blit_cleanup()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | debuginfo.c | 2273 const HChar *buf_obj; in VG_() local 2304 know_objname = VG_(get_objname)(eip, &buf_obj); in VG_() 2354 APPEND_ESC(buf_obj); in VG_() 2439 APPEND(buf_obj); in VG_()
|