Searched refs:_mesa_update_fbo_texture (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texstorage.c | 213 _mesa_update_fbo_texture(ctx, texObj, face, level); in update_fbo_texture()
|
D | teximage.h | 150 _mesa_update_fbo_texture(struct gl_context *ctx,
|
D | teximage.c | 2722 _mesa_update_fbo_texture(struct gl_context *ctx, in _mesa_update_fbo_texture() function 3159 _mesa_update_fbo_texture(ctx, texObj, face, level); in teximage() 4436 _mesa_update_fbo_texture(ctx, texObj, face, level); in copyteximage() 6889 _mesa_update_fbo_texture(ctx, texObj, 0, 0); in texture_image_multisample()
|
D | mipmap.c | 1892 _mesa_update_fbo_texture(ctx, texObj, face, level); in prepare_mipmap_level()
|