Searched refs:radeon_miptree_matches_texture (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c311 static GLboolean radeon_miptree_matches_texture(radeon_mipmap_tree *mt, struct gl_texture_object *texObj) function in typeref:typename:GLboolean
477 if (!found && radeon_miptree_matches_texture(img->mt, &texObj->base)) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c312 static GLboolean radeon_miptree_matches_texture(radeon_mipmap_tree *mt, struct gl_texture_object *texObj) function in typeref:typename:GLboolean
478 if (!found && radeon_miptree_matches_texture(img->mt, &texObj->base)) {

Completed in 5 milliseconds