Searched refs:_mesa_dirty_texobj (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_vdpau.c | 241 _mesa_dirty_texobj(ctx, texObj); in st_vdpau_map_surface() 261 _mesa_dirty_texobj(ctx, texObj); in st_vdpau_unmap_surface()
|
D | st_cb_eglimage.c | 153 _mesa_dirty_texobj(ctx, texObj); in st_bind_surface()
|
D | st_manager.c | 592 _mesa_dirty_texobj(ctx, texObj); in st_context_teximage()
|
/external/mesa3d/src/mesa/main/ |
D | texobj.h | 162 _mesa_dirty_texobj(struct gl_context *ctx, struct gl_texture_object *texObj);
|
D | teximage.c | 3075 _mesa_dirty_texobj(ctx, texObj); in teximage() 3197 _mesa_dirty_texobj(ctx, texObj); in _mesa_EGLImageTargetTexture2DOES() 3748 _mesa_dirty_texobj(ctx, texObj); in copyteximage()
|
D | texobj.c | 931 _mesa_dirty_texobj(struct gl_context *ctx, struct gl_texture_object *texObj) in _mesa_dirty_texobj() function
|
D | texparam.c | 251 _mesa_dirty_texobj(ctx, texObj); in incomplete()
|