Lines Matching refs:texObj
187 GLboolean output, struct gl_texture_object *texObj,
238 if (!texObj->surface_based) {
239 _mesa_clear_texture_object(ctx, texObj, NULL);
240 texObj->surface_based = GL_TRUE;
249 pipe_resource_reference(&texObj->pt, res);
250 st_texture_release_all_sampler_views(st, texObj);
253 texObj->surface_format = res->format;
254 texObj->level_override = -1;
255 texObj->layer_override = layer_override;
257 _mesa_dirty_texobj(ctx, texObj);
263 GLboolean output, struct gl_texture_object *texObj,
269 pipe_resource_reference(&texObj->pt, NULL);
270 st_texture_release_all_sampler_views(st, texObj);
273 texObj->level_override = -1;
274 texObj->layer_override = -1;
276 _mesa_dirty_texobj(ctx, texObj);