Lines Matching refs:texObj
336 struct gl_texture_object *texObj;
361 texObj = _mesa_get_current_tex_object(ctx, target);
362 if (!texObj)
369 _mesa_texture_storage_memory(ctx, dims, texObj, memObj, target,
380 struct gl_texture_object *texObj;
390 texObj = _mesa_get_current_tex_object(ctx, target);
391 if (!texObj)
398 _mesa_texture_storage_ms_memory(ctx, dims, texObj, memObj, target, samples,
412 struct gl_texture_object *texObj;
430 texObj = _mesa_lookup_texture(ctx, texture);
431 if (!texObj)
434 if (!_mesa_is_legal_tex_storage_target(ctx, dims, texObj->Target)) {
437 _mesa_enum_to_string(texObj->Target));
445 _mesa_texture_storage_memory(ctx, dims, texObj, memObj, texObj->Target,
456 struct gl_texture_object *texObj;
466 texObj = _mesa_lookup_texture(ctx, texture);
467 if (!texObj)
474 _mesa_texture_storage_ms_memory(ctx, dims, texObj, memObj, texObj->Target,
670 struct gl_texture_object *texObj;
700 texObj = texObjs[i];
701 if (texObj->pt)
702 pipe->flush_resource(pipe, texObj->pt);
718 struct gl_texture_object *texObj;
733 texObj = texObjs[i];
734 if (texObj->pt)
735 pipe->flush_resource(pipe, texObj->pt);