Home | History | Annotate | Download | only in main

Lines Matching full:texobj

701    struct gl_texture_object *texObj;
724 texObj = _mesa_get_current_tex_object(ctx, target);
726 if (!texObj) {
731 texImage = _mesa_select_tex_image(ctx, texObj, target, level);
811 struct gl_texture_object *texObj;
826 texObj = _mesa_get_current_tex_object(ctx, target);
827 texImage = _mesa_select_tex_image(ctx, texObj, target, level);
835 texObj->Name,
841 _mesa_lock_texture(ctx, texObj);
845 _mesa_unlock_texture(ctx, texObj);
865 struct gl_texture_object *texObj;
883 texObj = _mesa_get_current_tex_object(ctx, target);
884 if (!texObj) {
889 texImage = _mesa_select_tex_image(ctx, texObj, target, level);
942 struct gl_texture_object *texObj;
956 texObj = _mesa_get_current_tex_object(ctx, target);
957 texImage = _mesa_select_tex_image(ctx, texObj, target, level);
965 texObj->Name,
970 _mesa_lock_texture(ctx, texObj);
974 _mesa_unlock_texture(ctx, texObj);