Searched refs:_mesa_dirty_texobj (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_vdpau.c | 242 _mesa_dirty_texobj(ctx, texObj); in st_vdpau_map_surface() 263 _mesa_dirty_texobj(ctx, texObj); in st_vdpau_unmap_surface()
|
D | st_cb_eglimage.c | 237 _mesa_dirty_texobj(ctx, texObj); in st_bind_egl_image()
|
D | st_manager.c | 758 _mesa_dirty_texobj(ctx, texObj); in st_context_teximage()
|
/external/mesa3d/src/mesa/main/ |
D | texobj.h | 156 _mesa_dirty_texobj(struct gl_context *ctx, struct gl_texture_object *texObj);
|
D | teximage.c | 3095 _mesa_dirty_texobj(ctx, texObj); in teximage() 3276 _mesa_dirty_texobj(ctx, texObj); in _mesa_EGLImageTargetTexture2DOES() 4059 _mesa_dirty_texobj(ctx, texObj); in copyteximage()
|
D | texobj.c | 926 _mesa_dirty_texobj(struct gl_context *ctx, struct gl_texture_object *texObj) in _mesa_dirty_texobj() function
|
D | texparam.c | 245 _mesa_dirty_texobj(ctx, texObj); in incomplete()
|